| Index: ios/chrome/browser/chrome_switches.cc
|
| diff --git a/ios/chrome/browser/chrome_switches.cc b/ios/chrome/browser/chrome_switches.cc
|
| index 9b0f375d7bcf0c4846d64174d3986af20aaff867..13698f9c2a278134c00ea9ac5b15d091a5474d41 100644
|
| --- a/ios/chrome/browser/chrome_switches.cc
|
| +++ b/ios/chrome/browser/chrome_switches.cc
|
| @@ -47,9 +47,6 @@ const char kDisableSpotlightActions[] = "disable-spotlight-actions";
|
| const char kDisableTabStripAutoScrollNewTabs[] =
|
| "disable-tab-strip-autoscroll-new-tabs";
|
|
|
| -// Disables the tab switcher.
|
| -const char kDisableTabSwitcher[] = "disable-tab-switcher";
|
| -
|
| // Disables Physical Web scanning for nearby URLs.
|
| const char kDisableIOSPhysicalWeb[] = "disable-ios-physical-web";
|
|
|
| @@ -93,9 +90,6 @@ const char kEnableReaderModeToolbarIcon[] = "enable-reader-mode-toolbar-icon";
|
| // Enables the Spotlight actions.
|
| const char kEnableSpotlightActions[] = "enable-spotlight-actions";
|
|
|
| -// Enables the tab switcher.
|
| -const char kEnableTabSwitcher[] = "enable-tab-switcher";
|
| -
|
| // Enables Physical Web scanning for nearby URLs.
|
| const char kEnableIOSPhysicalWeb[] = "enable-ios-physical-web";
|
|
|
|
|