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

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: remove extra line 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 9ae5be1331c80367aec4bed6e0ad50864c3106dd..e5600abb9c6900bc4e36660804908137764fe4bc 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -549,6 +549,9 @@ const char kEnableRestoreSessionState[] = "enable-restore-session-state";
// supported server-side for searches on google.com.
const char kEnableSdch[] = "enable-sdch";
+// Enables suggested new tab page for internal experiments.
Dan Beam 2012/02/09 01:43:06 nit: // Enables experimental suggested pane in New
GeorgeY 2012/02/10 00:00:36 Done.
+const char kEnableSuggestedTabPage[] = "enable-suggested-ntp";
+
// Enables syncing extension settings.
const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings";
« chrome/browser/ui/webui/ntp/suggested_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