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

Unified Diff: chrome/common/chrome_switches.cc

Issue 8689013: Remove TOUCH_UI specific new tab page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk Created 9 years, 1 month 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 9fc7528cc0c6b0b71e43a6bd964368f7cc89b267..384d0131fe33eb82ad98f421c6c8f8286c63beb2 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -785,11 +785,6 @@ const char kNaClStartupDialog[] = "nacl-startup-dialog";
// Intended primarily for use with --log-net-log.
const char kNetLogLevel[] = "net-log-level";
-// Disables 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.
const char kNoDefaultBrowserCheck[] = "no-default-browser-check";

Powered by Google App Engine
This is Rietveld 408576698