| Index: ios/public/provider/chrome/browser/build_config.gni
|
| diff --git a/ios/public/provider/chrome/browser/build_config.gni b/ios/public/provider/chrome/browser/build_config.gni
|
| index c1d3cb40c62110b961d194d42780638ead0d4791..0c563f85ad9e2d5cda6258cfffd58a999dfc4c32 100644
|
| --- a/ios/public/provider/chrome/browser/build_config.gni
|
| +++ b/ios/public/provider/chrome/browser/build_config.gni
|
| @@ -9,11 +9,6 @@ _default_ios_launchscreen_assets_target =
|
| _default_ios_provider_target = "//ios/chrome/browser/providers:provider_factory"
|
|
|
| declare_args() {
|
| - # Control the provider API implementation used by Chromium on iOS. Requires
|
| - # access to the private Google-internal Chrome on iOS repository if true.
|
| - # DEPRECATED, will be removed as soon as all downstream code stops using it.
|
| - use_ios_internal_provider = is_chrome_branded
|
| -
|
| # Label of the target providing image assets for the launchscreen. This
|
| # target must be an asset catalog that contains at least two imagesets, one
|
| # named "launchscreen_app_logo" and one named "launchscreen_brand_name".
|
|
|