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

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

Issue 2662473003: Removing "All Bookmarks" (Closed)
Patch Set: feedback Created 3 years, 11 months 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
« no previous file with comments | « ios/chrome/browser/chrome_switches.h ('k') | ios/chrome/browser/experimental_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/chrome_switches.cc
diff --git a/ios/chrome/browser/chrome_switches.cc b/ios/chrome/browser/chrome_switches.cc
index 2d4c469ee08b8a1499f6a358def0f37649fcb751..2f92cc5afa70e9abf97fac60813cf145e62549ed 100644
--- a/ios/chrome/browser/chrome_switches.cc
+++ b/ios/chrome/browser/chrome_switches.cc
@@ -12,9 +12,6 @@ namespace switches {
// all work out.
// -----------------------------------------------------------------------------
-// Disables all bookmarks view in bookmark manager.
-const char kDisableAllBookmarksView[] = "disable-all-bookmarks-view";
-
// Disables Contextual Search.
const char kDisableContextualSearch[] = "disable-contextual-search";
@@ -65,9 +62,6 @@ const char kDisableDownloadImageRenaming[] = "disable-download-image-renaming";
// Disables the Suggestions UI
const char kDisableSuggestionsUI[] = "disable-suggestions-ui";
-// Enables all bookmarks view in bookmark manager.
-const char kEnableAllBookmarksView[] = "enable-all-bookmarks-view";
-
// Enables Contextual Search.
const char kEnableContextualSearch[] = "enable-contextual-search";
« no previous file with comments | « ios/chrome/browser/chrome_switches.h ('k') | ios/chrome/browser/experimental_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698