summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-19 00:49:24 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-19 00:49:24 +0000
commitd5dcfb3c3346d6f65b6265ff3c0a11e968c84e16 (patch)
treeda084e13915d4387df88654ca4fd33fe05e9c8a9 /chrome/common
parent5d3b29bf92fd075a51106e6b2da7a574ecae2f45 (diff)
downloadchromium_src-d5dcfb3c3346d6f65b6265ff3c0a11e968c84e16.zip
chromium_src-d5dcfb3c3346d6f65b6265ff3c0a11e968c84e16.tar.gz
chromium_src-d5dcfb3c3346d6f65b6265ff3c0a11e968c84e16.tar.bz2
Add ntp4 flag.
Code is copied from touchntp, minus standalone hack. BUG=76706 TEST=manual Review URL: http://codereview.chromium.org/6708032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
-rw-r--r--chrome/common/chrome_switches.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 5077c4e..366b99b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -747,6 +747,9 @@ const char kNaClBrokerProcess[] = "nacl-broker";
// Causes the Native Client process to display a dialog on launch.
const char kNaClStartupDialog[] = "nacl-startup-dialog";
+// Use the latest incarnation of the new tab page.
+const char kNewTabPage4[] = "new-tab-page-4";
+
// 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";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index b7f8e64..894aad6 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -216,6 +216,7 @@ extern const char kNaClDebugIP[];
extern const char kNaClDebugPorts[];
extern const char kNaClBrokerProcess[];
extern const char kNaClStartupDialog[];
+extern const char kNewTabPage4[];
extern const char kNoDefaultBrowserCheck[];
extern const char kNoEvents[];
extern const char kNoExperiments[];