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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9358031: Added new adaptive "Suggest" tab on the New Tab Page, behing the flag, for the experiments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed bug in card_slider.js which prevented correct card be selected in dome cases Created 8 years, 10 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ba69a38ade387694e7fd38893d9a3de0cb2e3d54..a2928470875d233d2a9ab5ada037ed3dcd5e6d5a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -555,6 +555,9 @@ const char kEnableRestoreSessionState[] = "enable-restore-session-state";
// supported server-side for searches on google.com.
const char kEnableSdch[] = "enable-sdch";
+// Enables experimental suggestions pane in New Tab page.
+const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp";
+
// Enables syncing extension settings.
const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings";
« chrome/browser/ui/webui/ntp/suggestions_page_handler.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698