Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1933)

Unified Diff: chrome/browser/history/top_sites.h

Issue 6283001: Remove TopSites::IsEnabled() as well as related dead code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/history/top_sites.h
diff --git a/chrome/browser/history/top_sites.h b/chrome/browser/history/top_sites.h
index 9eeb7155d0ab573309a2f17b412061cd6e42345a..556bc131185b0759d1ab95da19cf7c42f6b6916e 100644
--- a/chrome/browser/history/top_sites.h
+++ b/chrome/browser/history/top_sites.h
@@ -51,9 +51,6 @@ class TopSites
public:
explicit TopSites(Profile* profile);
- // Returns whether top sites is enabled.
- static bool IsEnabled();
-
// Initializes TopSites.
void Init(const FilePath& db_name);

Powered by Google App Engine
This is Rietveld 408576698