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

Unified Diff: chrome/common/chrome_switches.cc

Issue 7600013: ntp4: make default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit test failures Created 9 years, 4 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 | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 6f421df68dd1c218dd8286719940559efd02a6c4..c05db9314a4ac8ad19c7659731c4c65c3a39b808 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -724,8 +724,10 @@ const char kNaClStartupDialog[] = "nacl-startup-dialog";
// Intended primarily for use with --log-net-log.
const char kNetLogLevel[] = "net-log-level";
-// Use the latest incarnation of the new tab page.
-const char kNewTabPage4[] = "new-tab-page-4";
+// Disable the latest incarnation of the new tab page. Only intended for testing
+// use. For TOUCH_UI, the meaning is inverted (i.e. default is to disable NTP4,
+// and passing the flag will enable it).
+const char kNewTabPage[] = "new-tab-page";
// Disables the default browser check. Useful for UI/browser tests where we
// want to avoid having the default browser info-bar displayed.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698