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

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: added dynamic loading of the JS and CSS 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 98a33088124d0ffc4fd9824d230a3d8d8f7910f1..80ffde7a88acff73016f6dfc10abbe7196feee25 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 kEnableSuggestionsTabPage[] = "enable-suggested-ntp";
+
// Enables syncing extension settings.
const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings";
« chrome/browser/ui/webui/ntp/new_tab_page_handler.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698