summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 16:26:33 +0000
committerarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 16:26:33 +0000
commitb9f934e6a60e8d55820a12cfb88af153458fbb7d (patch)
tree6d3fa3fbb6d7f8abefa2edbabe10e7bec663cf0f /chrome/common/chrome_switches.cc
parenta6eb57629c438b8ae1686d9589e4ec7774856350 (diff)
downloadchromium_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.cc')
-rw-r--r--chrome/common/chrome_switches.cc12
1 files changed, 7 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 2a789ef..cd9da9e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -485,14 +485,16 @@ const wchar_t kSimpleDataSource[] = L"simple-data-source";
// the selected outcome to have the indicated text value.
const wchar_t kForceFieldTestNameAndValue[] = L"force-fieldtest";
-// Enables the prototype of the next version of the New Tab page.
-// This can be empty in which case the default prototype resource is used or it
-// can be a file path, in which case the file will be used as the new tab page.
-const wchar_t kNewNewTabPage[] = L"new-new-tab-page";
+// Allows the new tab page resource to be loaded from a local HTML file. This
+// should be a path to the HTML file that you want to use for the new tab page.
+const wchar_t kNewTabPage[] = L"new-tab-page";
+
+// Switches back to the old new tab page.
+const wchar_t kOldNewTabPage[] = L"old-new-tab-page";
// Enables the prototype of the backend service for web resources, used in the
// new new tab page for loading tips and recommendations from a JSON feed.
-const wchar_t kWebResources[] = L"enable-web-resources";
+const wchar_t kWebResources[] = L"enable-web-resources";
// Disables the default browser check. Useful for UI/browser tests where we want
// to avoid having the default browser info-bar displayed.