diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-03 00:11:31 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-03 00:11:31 +0000 |
commit | 0335206c6f082ae5d473441aeb41f42f955fb564 (patch) | |
tree | f8eef4ac1dc27551bb10d7c48e6d936b60f63b66 /chrome/common/chrome_switches.cc | |
parent | 2d2de8915f89fa6ea6754e066c5db87c1efd1853 (diff) | |
download | chromium_src-0335206c6f082ae5d473441aeb41f42f955fb564.zip chromium_src-0335206c6f082ae5d473441aeb41f42f955fb564.tar.gz chromium_src-0335206c6f082ae5d473441aeb41f42f955fb564.tar.bz2 |
Add warnings around the new tab page command line switch and its use so people
don't get confused and copy this pattern (as happened recently).
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/186018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25282 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index b5df3a2..26f6d6d 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -493,6 +493,8 @@ 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. +// It is used for manually testing new versions of the new tab page only, +// performance will be poor. const wchar_t kNewTabPage[] = L"new-tab-page"; // Switches back to the old new tab page. |