| Index: chrome/browser/ui/app_list/test/fake_profile.h
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h
|
| index b6945a6111efdd3c0b1f091fa92fca6ae06f8294..f6da0a9bb992d505f84fed0c2f58d6489a555195 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.h
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.h
|
| @@ -52,6 +52,14 @@ class FakeProfile : public Profile {
|
| content::SSLHostStateDelegate* GetSSLHostStateDelegate() override;
|
| content::PermissionManager* GetPermissionManager() override;
|
| content::BackgroundSyncController* GetBackgroundSyncController() override;
|
| + net::URLRequestContextGetter* CreateRequestContext(
|
| + content::ProtocolHandlerMap* protocol_handlers,
|
| + content::URLRequestInterceptorScopedVector request_interceptors) override;
|
| + net::URLRequestContextGetter* CreateRequestContextForStoragePartition(
|
| + const base::FilePath& partition_path,
|
| + bool in_memory,
|
| + content::ProtocolHandlerMap* protocol_handlers,
|
| + content::URLRequestInterceptorScopedVector request_interceptors) override;
|
| scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() override;
|
| Profile* GetOffTheRecordProfile() override;
|
| void DestroyOffTheRecordProfile() override;
|
| @@ -69,14 +77,6 @@ class FakeProfile : public Profile {
|
| net::SSLConfigService* GetSSLConfigService() override;
|
| bool IsSameProfile(Profile* profile) override;
|
| base::Time GetStartTime() const override;
|
| - net::URLRequestContextGetter* CreateRequestContext(
|
| - content::ProtocolHandlerMap* protocol_handlers,
|
| - content::URLRequestInterceptorScopedVector request_interceptors) override;
|
| - net::URLRequestContextGetter* CreateRequestContextForStoragePartition(
|
| - const base::FilePath& partition_path,
|
| - bool in_memory,
|
| - content::ProtocolHandlerMap* protocol_handlers,
|
| - content::URLRequestInterceptorScopedVector request_interceptors) override;
|
| base::FilePath last_selected_directory() override;
|
| void set_last_selected_directory(const base::FilePath& path) override;
|
|
|
|
|