| 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;
|
| }
|
|
|