diff options
Diffstat (limited to 'chrome/browser/profiles/profile_impl.h')
-rw-r--r-- | chrome/browser/profiles/profile_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h index acc0d5b..d65e7b6 100644 --- a/chrome/browser/profiles/profile_impl.h +++ b/chrome/browser/profiles/profile_impl.h @@ -131,6 +131,7 @@ class ProfileImpl : public Profile, virtual PromoCounter* GetInstantPromoCounter(); virtual BrowserSignin* GetBrowserSignin(); virtual policy::ProfilePolicyContext* GetPolicyContext(); + virtual ChromeURLDataManager* GetChromeURLDataManager(); #if defined(OS_CHROMEOS) virtual void ChangeAppLocale(const std::string& locale, AppLocaleChangedVia); @@ -306,6 +307,8 @@ class ProfileImpl : public Profile, scoped_refptr<PrerenderManager> prerender_manager_; + scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_; + DISALLOW_COPY_AND_ASSIGN(ProfileImpl); }; |