| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 25db5b7ffc9aa9e8747e99ded693d2ed1ab1d496..e6ea38d9a4912bd16d926421ef65080edc75132b 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -82,6 +82,7 @@
|
| const base::FilePath& partition_path) override;
|
| base::FilePath GetPath() const override;
|
| content::DownloadManagerDelegate* GetDownloadManagerDelegate() override;
|
| + net::URLRequestContextGetter* GetRequestContext() override;
|
| net::URLRequestContextGetter* GetMediaRequestContext() override;
|
| net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
|
| int renderer_child_id) override;
|
| @@ -123,7 +124,6 @@
|
| const PrefService* GetPrefs() const override;
|
| ChromeZoomLevelPrefs* GetZoomLevelPrefs() override;
|
| PrefService* GetOffTheRecordPrefs() override;
|
| - net::URLRequestContextGetter* GetRequestContext() override;
|
| net::URLRequestContextGetter* GetRequestContextForExtensions() override;
|
| net::SSLConfigService* GetSSLConfigService() override;
|
| bool IsSameProfile(Profile* profile) override;
|
|
|