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

Unified Diff: chrome/browser/profiles/profile.cc

Issue 7747018: Introduced the URLBlacklistManager, and wired it to various places. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewed, rebased Created 9 years, 4 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/profiles/profile.cc
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
index 8ba32943bf073df01a661f474e7bbe8316444038..6e3f6cac3b86de8b294211eda4b8781d5c657633 100644
--- a/chrome/browser/profiles/profile.cc
+++ b/chrome/browser/profiles/profile.cc
@@ -706,6 +706,10 @@ class OffTheRecordProfileImpl : public Profile,
return chrome_url_data_manager_.get();
}
+ virtual policy::HostBlacklistManager* GetHostBlacklistManager() {
+ return GetOriginalProfile()->GetHostBlacklistManager();
+ }
+
virtual PromoCounter* GetInstantPromoCounter() {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698