Index: chrome/browser/history/top_sites.cc |
diff --git a/chrome/browser/history/top_sites.cc b/chrome/browser/history/top_sites.cc |
index 16355230338593dad9680302702a82e8f1541f6a..a9b821b2b74f910ff2ff8ce9def191da90494cbd 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( |