| Index: ios/chrome/browser/chrome_switches.cc
|
| diff --git a/ios/chrome/browser/chrome_switches.cc b/ios/chrome/browser/chrome_switches.cc
|
| index 13698f9c2a278134c00ea9ac5b15d091a5474d41..6e6b734f88f95153b1ea346cf040ee92227a8d9a 100644
|
| --- a/ios/chrome/browser/chrome_switches.cc
|
| +++ b/ios/chrome/browser/chrome_switches.cc
|
| @@ -40,9 +40,6 @@ const char kDisableOfflineAutoReload[] = "disable-offline-auto-reload";
|
| // Disable the Payment Request API.
|
| const char kDisablePaymentRequest[] = "disable-payment-request";
|
|
|
| -// Disables the Spotlight actions.
|
| -const char kDisableSpotlightActions[] = "disable-spotlight-actions";
|
| -
|
| // Disables the tab strip auto scroll new tabs.
|
| const char kDisableTabStripAutoScrollNewTabs[] =
|
| "disable-tab-strip-autoscroll-new-tabs";
|
|
|