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

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: Adressed the comments. 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 45713b2966aade4acd0d1fb109bb89ca2af1250b..9dfa953d5cfb7281a0fbea1a54ab4774aeac4892 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -546,6 +546,9 @@ const char kEnableRestoreSessionState[] = "enable-restore-session-state";
// supported server-side for searches on google.com.
const char kEnableSdch[] = "enable-sdch";
+// Enables experimental suggested pane in New Tab page.
+const char kEnableSuggestedTabPage[] = "enable-suggested-ntp";
+
// Enables syncing extension settings.
const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings";
« chrome/browser/resources/ntp4/suggested_page.css ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698