Index: chrome/browser/profiles/off_the_record_profile_io_data.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.h b/chrome/browser/profiles/off_the_record_profile_io_data.h |
index ed37d486a6d7355c293683d97df3c78b5d26e116..9bc2d437b9647ace8198aa10b87a18bf57afc00a 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.h |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.h |
@@ -55,8 +55,6 @@ class OffTheRecordProfileIOData : public ProfileIOData { |
scoped_ptr<net::URLRequestJobFactory::ProtocolHandler> |
chrome_devtools_protocol_handler) const; |
scoped_refptr<ChromeURLRequestContextGetter> |
- GetExtensionsRequestContextGetter() const; |
- scoped_refptr<ChromeURLRequestContextGetter> |
GetIsolatedAppRequestContextGetter( |
const base::FilePath& partition_path, |
bool in_memory) const; |
@@ -96,8 +94,6 @@ class OffTheRecordProfileIOData : public ProfileIOData { |
// the ProfileIOData on the IO thread. |
mutable scoped_refptr<ChromeURLRequestContextGetter> |
main_request_context_getter_; |
- mutable scoped_refptr<ChromeURLRequestContextGetter> |
- extensions_request_context_getter_; |
mutable ChromeURLRequestContextGetterMap |
app_request_context_getter_map_; |
OffTheRecordProfileIOData* const io_data_; |
@@ -130,8 +126,6 @@ class OffTheRecordProfileIOData : public ProfileIOData { |
chrome_protocol_handler, |
scoped_ptr<net::URLRequestJobFactory::ProtocolHandler> |
chrome_devtools_protocol_handler) const OVERRIDE; |
- virtual void InitializeExtensionsRequestContext( |
- ProfileParams* profile_params) const OVERRIDE; |
virtual ChromeURLRequestContext* InitializeAppRequestContext( |
ChromeURLRequestContext* main_context, |
const StoragePartitionDescriptor& partition_descriptor, |
@@ -181,7 +175,6 @@ class OffTheRecordProfileIOData : public ProfileIOData { |
mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_; |
mutable scoped_ptr<net::URLRequestJobFactory> main_job_factory_; |
- mutable scoped_ptr<net::URLRequestJobFactory> extensions_job_factory_; |
DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData); |
}; |