diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 00:52:26 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 00:52:26 +0000 |
commit | 49cc504342b6b60f152d999f410e59c728925a17 (patch) | |
tree | 287fc2d3aacd4a70cf7f9f149716b66b5540e940 /chrome/common | |
parent | 18a0cbcb3a11d1d3b064f972007e8877a8f81636 (diff) | |
download | chromium_src-49cc504342b6b60f152d999f410e59c728925a17.zip chromium_src-49cc504342b6b60f152d999f410e59c728925a17.tar.gz chromium_src-49cc504342b6b60f152d999f410e59c728925a17.tar.bz2 |
NTP: Remove command line flag that allowed a local file to be used for the new tab page.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/2886002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51204 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 6 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 9d16869..e77bee5 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -583,12 +583,6 @@ const char kNaClLoaderProcess[] = "nacl-loader"; // Causes the Native Client process to display a dialog on launch. const char kNaClStartupDialog[] = "nacl-startup-dialog"; -// 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 char kNewTabPage[] = "new-tab-page"; - // Uses the new unified app menu instead of the old "page/app" split menus. const char kNewWrenchMenu[] = "new-wrench-menu"; diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index b1aabb8..2f43e5c 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -175,7 +175,6 @@ extern const char kMetricsRecordingOnly[]; extern const char kNaClBrokerProcess[]; extern const char kNaClLoaderProcess[]; extern const char kNaClStartupDialog[]; -extern const char kNewTabPage[]; extern const char kNewWrenchMenu[]; extern const char kNoDefaultBrowserCheck[]; extern const char kNoEvents[]; |