| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 16871)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -470,6 +470,8 @@
|
| 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";
|
|
|
| } // namespace switches
|
|
|