diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 16:26:33 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 16:26:33 +0000 |
commit | b9f934e6a60e8d55820a12cfb88af153458fbb7d (patch) | |
tree | 6d3fa3fbb6d7f8abefa2edbabe10e7bec663cf0f /chrome/common/chrome_switches.h | |
parent | a6eb57629c438b8ae1686d9589e4ec7774856350 (diff) | |
download | chromium_src-b9f934e6a60e8d55820a12cfb88af153458fbb7d.zip chromium_src-b9f934e6a60e8d55820a12cfb88af153458fbb7d.tar.gz chromium_src-b9f934e6a60e8d55820a12cfb88af153458fbb7d.tar.bz2 |
Enable the NNTP by default.
This renames the command line flags a bit.
--new-tab-page=path/to/file.html
--old-new-tab-page
BUG=13362
TEST=Launch chrome and you should see the new new tab page.
Review URL: http://codereview.chromium.org/151054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 265000a..e4b40d8 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -180,7 +180,8 @@ extern const wchar_t kSimpleDataSource[]; extern const wchar_t kForceFieldTestNameAndValue[]; -extern const wchar_t kNewNewTabPage[]; +extern const wchar_t kNewTabPage[]; +extern const wchar_t kOldNewTabPage[]; extern const wchar_t kWebResources[]; |