Index: chrome/browser/profiles/off_the_record_profile_impl.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc |
index 117d01e21a12ef37612150684a9a833c29dad763..3b7fd652af3bb23fe0f43f06cc66038627623e97 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
@@ -314,10 +314,6 @@ DownloadManagerDelegate* OffTheRecordProfileImpl::GetDownloadManagerDelegate() { |
GetDownloadManagerDelegate(); |
} |
-net::URLRequestContextGetter* OffTheRecordProfileImpl::GetRequestContext() { |
- return GetDefaultStoragePartition(this)->GetURLRequestContext(); |
-} |
- |
net::URLRequestContextGetter* OffTheRecordProfileImpl::CreateRequestContext( |
content::ProtocolHandlerMap* protocol_handlers, |
content::URLRequestInterceptorScopedVector request_interceptors) { |
@@ -348,6 +344,10 @@ OffTheRecordProfileImpl::GetMediaRequestContextForStoragePartition( |
.get(); |
} |
+net::URLRequestContextGetter* OffTheRecordProfileImpl::GetRequestContext() { |
+ return GetDefaultStoragePartition(this)->GetURLRequestContext(); |
+} |
+ |
net::URLRequestContextGetter* |
OffTheRecordProfileImpl::GetRequestContextForExtensions() { |
return io_data_->GetExtensionsRequestContextGetter().get(); |