| Index: ios/chrome/browser/about_flags.mm
|
| diff --git a/ios/chrome/browser/about_flags.mm b/ios/chrome/browser/about_flags.mm
|
| index 74c51763fd453aa56ff1492a407c965cd903ee8c..5a97a54f2f935034571dc51f1fa87052227ca8e0 100644
|
| --- a/ios/chrome/browser/about_flags.mm
|
| +++ b/ios/chrome/browser/about_flags.mm
|
| @@ -215,11 +215,6 @@ void AppendSwitchesFromExperimentalSettings(base::CommandLine* command_line) {
|
| command_line->AppendSwitch(switches::kDisablePaymentRequest);
|
| }
|
|
|
| - // Populate command line flag for Spotlight Actions.
|
| - if ([defaults boolForKey:@"DisableSpotlightActions"]) {
|
| - command_line->AppendSwitch(switches::kDisableSpotlightActions);
|
| - }
|
| -
|
| // Populate command line flag for the Rename "Save Image" to "Download Image"
|
| // experiment.
|
| NSString* enableDownloadRenaming =
|
|
|