diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 17:21:03 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 17:21:03 +0000 |
commit | 4932fff7246536aa9513333a815484df42b5b05c (patch) | |
tree | 7821bbe8690e01eda9ecdf3cfd463b416344e861 /chrome/common/chrome_switches.cc | |
parent | 6f23fd79add82e8b9d32a502a04c081f3525b5e6 (diff) | |
download | chromium_src-4932fff7246536aa9513333a815484df42b5b05c.zip chromium_src-4932fff7246536aa9513333a815484df42b5b05c.tar.gz chromium_src-4932fff7246536aa9513333a815484df42b5b05c.tar.bz2 |
Reverting 19593.
Review URL: http://codereview.chromium.org/150112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19603 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index be103f9..28227f0 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -485,16 +485,14 @@ const wchar_t kSimpleDataSource[] = L"simple-data-source"; // current details. const wchar_t kForceFieldTestNameAndValue[] = L"force-fieldtest"; -// 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 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"; // 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. |