| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index d2cd7334ffb55600aa3a3378803ab39cda27fba0..f948a4d9978678937fb78ceb5058e916a9e53fdb 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -83,6 +83,8 @@ class ProfileImpl : public Profile {
|
| storage::SpecialStoragePolicy* GetSpecialStoragePolicy() override;
|
| content::PushMessagingService* GetPushMessagingService() override;
|
| content::SSLHostStateDelegate* GetSSLHostStateDelegate() override;
|
| + content::BrowsingDataRemoverDelegate* GetBrowsingDataRemoverDelegate()
|
| + override;
|
| content::PermissionManager* GetPermissionManager() override;
|
| content::BackgroundSyncController* GetBackgroundSyncController() override;
|
| net::URLRequestContextGetter* CreateRequestContext(
|
|
|