| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 2ff686ee1586b9cd392c7c15863645a34f20f5a1..20b5fdb2dc2ebb399acee195027393d596c67888 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -76,6 +76,7 @@ class ProfileImpl : public Profile {
|
| static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // content::BrowserContext implementation:
|
| + scoped_ptr<content::ZoomLevelDelegate> CreateZoomLevelDelegate() override;
|
| base::FilePath GetPath() const override;
|
| content::DownloadManagerDelegate* GetDownloadManagerDelegate() override;
|
| net::URLRequestContextGetter* GetRequestContext() override;
|
| @@ -169,10 +170,6 @@ class ProfileImpl : public Profile {
|
| // Does final initialization. Should be called after prefs were loaded.
|
| void DoFinalInit();
|
|
|
| - // TODO(wjmaclean): Delete this once the HostZoomMap moves to
|
| - // StoragePartition.
|
| - void InitHostZoomMap();
|
| -
|
| // Does final prefs initialization and calls Init().
|
| void OnPrefsLoaded(bool success);
|
|
|
|
|