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

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

Issue 2643753002: Add the suggestions UI in chrome (Closed)
Patch Set: Update comments 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/about_flags.mm ('k') | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/chrome_switches.h
diff --git a/ios/chrome/browser/chrome_switches.h b/ios/chrome/browser/chrome_switches.h
index cf5b65a49557143f3ca4a9afc3efe0e2850e0eb9..51ccb5aeed0ece147d4cb7eb6060fe98556df746 100644
--- a/ios/chrome/browser/chrome_switches.h
+++ b/ios/chrome/browser/chrome_switches.h
@@ -25,6 +25,7 @@ extern const char kDisableTabStripAutoScrollNewTabs[];
extern const char kDisableTabSwitcher[];
extern const char kDisableIOSPhysicalWeb[];
extern const char kDisableDownloadImageRenaming[];
+extern const char kDisableSuggestionsUI[];
extern const char kEnableAllBookmarksView[];
extern const char kEnableContextualSearch[];
@@ -43,6 +44,7 @@ extern const char kEnableSpotlightActions[];
extern const char kEnableTabSwitcher[];
extern const char kEnableIOSPhysicalWeb[];
extern const char kEnableDownloadImageRenaming[];
+extern const char kEnableSuggestionsUI[];
extern const char kIOSForceVariationIds[];
extern const char kIOSMetricsRecordingOnly[];
« no previous file with comments | « ios/chrome/browser/about_flags.mm ('k') | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698