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

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

Issue 10019004: Changes TopSites to access blacklist from prefs when necessary. I'm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/history/top_sites.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/top_sites.h
diff --git a/chrome/browser/history/top_sites.h b/chrome/browser/history/top_sites.h
index 0d57432176351156b0cbd1c1a2f7614cf7e367b5..260767c7b29403e7196487e1262f17311d01d4a1 100644
--- a/chrome/browser/history/top_sites.h
+++ b/chrome/browser/history/top_sites.h
@@ -374,15 +374,6 @@ class TopSites
// SetTopSites call.
TempImages temp_images_;
- // Blacklisted and pinned URLs are stored in Preferences.
-
- // Blacklisted URLs. They are filtered out from the list of Top
- // Sites when GetMostVisitedURLs is called. Note that we are still
- // storing all URLs, but filtering on access. It is a dictionary,
- // key is the URL, value is a dummy value. This is owned by the
- // PrefService.
- const base::DictionaryValue* blacklist_;
-
// This is a dictionary for the pinned URLs for the the most visited part of
// the new tab page. Key is the URL, value is index where it is pinned at (may
// be the same as key). This is owned by the PrefService.
« no previous file with comments | « no previous file | chrome/browser/history/top_sites.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698