summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorcsilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-01 20:43:43 +0000
committercsilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-01 20:43:43 +0000
commit9effe6e6d6b885d6cdc71e1aa946d5c6f469d71e (patch)
tree48063ad09f460021d7d6f1cbd53603b7ac60eb3f /chrome/common
parent5249afba3c44b941606b573feaca363282c1809b (diff)
downloadchromium_src-9effe6e6d6b885d6cdc71e1aa946d5c6f469d71e.zip
chromium_src-9effe6e6d6b885d6cdc71e1aa946d5c6f469d71e.tar.gz
chromium_src-9effe6e6d6b885d6cdc71e1aa946d5c6f469d71e.tar.bz2
[ntp4] Remove bookmarks page implementation and resources.
BUG=105941 TEST=Verify NTP4 page continues to function properly. Review URL: http://codereview.chromium.org/8760003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
-rw-r--r--chrome/common/chrome_switches.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 1991f88..c50c5d7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -516,9 +516,6 @@ const char kEnableNaCl[] = "enable-nacl";
// Enables debugging via RSP over a socket.
const char kEnableNaClDebug[] = "enable-nacl-debug";
-// Enabled integrated bookmark features in the New Tab pane.
-const char kEnableNTPBookmarkFeatures[] = "enable-ntp-bookmark-features";
-
// Enables advanced app capabilities.
const char kEnablePlatformApps[] = "enable-platform-apps";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 11f4a19a..2e9a2d7 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -148,7 +148,6 @@ extern const char kEnableMacCookies[];
extern const char kEnableMemoryInfo[];
extern const char kEnableNaCl[];
extern const char kEnableNaClDebug[];
-extern const char kEnableNTPBookmarkFeatures[];
extern const char kEnablePlatformApps[];
extern const char kEnablePreconnect[];
extern const char kEnableProfiling[];