Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: ios/chrome/browser/chrome_switches.cc

Issue 2514333003: Componentize Reading List (Closed)
Patch Set: fix Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698