Index: chrome/browser/history/top_sites.cc |
diff --git a/chrome/browser/history/top_sites.cc b/chrome/browser/history/top_sites.cc |
index a1c0a170ba128b27f416c80808b4ebdf4f60030a..ac0cc7cb61dbd804a51f2fd59c7134f0a600339d 100644 |
--- a/chrome/browser/history/top_sites.cc |
+++ b/chrome/browser/history/top_sites.cc |
@@ -153,14 +153,6 @@ TopSites::TopSites(Profile* profile) |
GetMutableDictionary(prefs::kNTPMostVisitedPinnedURLs); |
} |
-// static |
-bool TopSites::IsEnabled() { |
- std::string switch_value = |
- CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
- switches::kEnableTopSites); |
- return switch_value.empty() || switch_value == "true"; |
-} |
- |
void TopSites::Init(const FilePath& db_name) { |
backend_->Init(db_name); |
backend_->GetMostVisitedThumbnails( |