summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 23:03:48 +0000
committerarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 23:03:48 +0000
commit6678c41a2622e607ab41ff67cee7761ade2f5468 (patch)
tree36ea3abc5f0f2678e11fedf94f01aa9b6f5c3b95 /chrome/common/chrome_switches.h
parent40cdf8b32f52f06ac7b3f25469a6c9476bdce8bf (diff)
downloadchromium_src-6678c41a2622e607ab41ff67cee7761ade2f5468.zip
chromium_src-6678c41a2622e607ab41ff67cee7761ade2f5468.tar.gz
chromium_src-6678c41a2622e607ab41ff67cee7761ade2f5468.tar.bz2
Make the new new tab page the default new tab page.
I changed the command line switch "--new-new-tab-page" to "-new-tab-page=<path>" so we can continue to iterate. BUG=13362 TEST=The new new tab page should be on by default. Review URL: http://codereview.chromium.org/147226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19438 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 98c9601..39defef 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -180,7 +180,7 @@ extern const wchar_t kSimpleDataSource[];
extern const wchar_t kForceFieldTestNameAndValue[];
-extern const wchar_t kNewNewTabPage[];
+extern const wchar_t kNewTabPage[];
extern const wchar_t kWebResources[];