Chromium Code Reviews| 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. |