summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorsatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-18 08:32:07 +0000
committersatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-18 08:32:07 +0000
commit54097492f68c8ccfaeb168487dcad00d698d30ec (patch)
tree9a9963f316fe3f554668ba0ac6db0a06562bd32d /chrome/common
parent6c960ac120f82c9fef0b619cac73cf0c04120800 (diff)
downloadchromium_src-54097492f68c8ccfaeb168487dcad00d698d30ec.zip
chromium_src-54097492f68c8ccfaeb168487dcad00d698d30ec.tar.gz
chromium_src-54097492f68c8ccfaeb168487dcad00d698d30ec.tar.bz2
Remove TopSites::IsEnabled() as well as related dead code.
TopSites has been enabed since r64072. It's now time to remove the dead code. BUG=69492 TEST=Make sure thumbnails are correctly updated as before. try bots. Review URL: http://codereview.chromium.org/6283001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71634 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 2918166..d153943 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -577,9 +577,6 @@ const char kEnableSyncTypedUrls[] = "enable-sync-typed-urls";
// SYN packet.
const char kEnableTcpFastOpen[] = "enable-tcp-fastopen";
-// Enables TopSites.
-const char kEnableTopSites[] = "enable-top-sites";
-
// Whether or not the touch events API is exposed.
const char kEnableTouch[] = "enable-touch";