| Index: ios/chrome/browser/chrome_switches.cc
|
| diff --git a/ios/chrome/browser/chrome_switches.cc b/ios/chrome/browser/chrome_switches.cc
|
| index 2aebb1cc7041a638124746b0f3958c1407859186..1b3216e4ce6c7fe137aa1eea61befea4dda848d1 100644
|
| --- a/ios/chrome/browser/chrome_switches.cc
|
| +++ b/ios/chrome/browser/chrome_switches.cc
|
| @@ -46,9 +46,6 @@ const char kDisablePaymentRequest[] = "disable-payment-request";
|
| // Disables the QR Code scanner.
|
| const char kDisableQRScanner[] = "disable-qr-scanner";
|
|
|
| -// Disables the reading list.
|
| -const char kDisableReadingList[] = "disable-reading-list";
|
| -
|
| // Disables the Spotlight actions.
|
| const char kDisableSpotlightActions[] = "disable-spotlight-actions";
|
|
|
| @@ -101,9 +98,6 @@ const char kEnableReaderModeToolbarIcon[] = "enable-reader-mode-toolbar-icon";
|
| // Enables the Spotlight actions.
|
| const char kEnableSpotlightActions[] = "enable-spotlight-actions";
|
|
|
| -// Enables the reading list.
|
| -const char kEnableReadingList[] = "enable-reading-list";
|
| -
|
| // Enables the tab switcher.
|
| const char kEnableTabSwitcher[] = "enable-tab-switcher";
|
|
|
|
|