From 9effe6e6d6b885d6cdc71e1aa946d5c6f469d71e Mon Sep 17 00:00:00 2001 From: "csilv@chromium.org" Date: Thu, 1 Dec 2011 20:43:43 +0000 Subject: [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 --- chrome/common/chrome_switches.cc | 3 --- chrome/common/chrome_switches.h | 1 - 2 files changed, 4 deletions(-) (limited to 'chrome/common') 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[]; -- cgit v1.1