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

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

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.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index a5ba58d20601c77b044075a3dc6687282c7c0d0d..eee2dbe5cbb8a2dadf5f9f6e23c1826b85eb9033 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -44,6 +44,10 @@ class TransportSecurityState;
class SSLConfigService;
}
+namespace policy {
+class HostBlacklistManager;
+}
+
namespace prerender {
class PrerenderManager;
}
@@ -472,6 +476,9 @@ class Profile : public content::BrowserContext {
// Returns the ChromeURLDataManager for this profile.
virtual ChromeURLDataManager* GetChromeURLDataManager() = 0;
+ // Returns the HostBlacklistManager for this profile.
+ virtual policy::HostBlacklistManager* GetHostBlacklistManager() = 0;
willchan no longer on Chromium 2011/08/26 11:40:21 Please kill this. You should pass in the HostBlack
Joao da Silva 2011/08/29 11:24:25 Done.
+
#if defined(OS_CHROMEOS)
enum AppLocaleChangedVia {
// Caused by chrome://settings change.

Powered by Google App Engine
This is Rietveld 408576698