| Index: ios/chrome/browser/net/ios_chrome_url_request_context_getter.h
|
| diff --git a/ios/chrome/browser/net/ios_chrome_url_request_context_getter.h b/ios/chrome/browser/net/ios_chrome_url_request_context_getter.h
|
| index 531490d9c7d8c01947e143b7698d0c342de9bc48..47352ddbd50604ee31f05b6c48e7a502530d02ae 100644
|
| --- a/ios/chrome/browser/net/ios_chrome_url_request_context_getter.h
|
| +++ b/ios/chrome/browser/net/ios_chrome_url_request_context_getter.h
|
| @@ -42,13 +42,6 @@ class IOSChromeURLRequestContextGetter : public net::URLRequestContextGetter {
|
| const ChromeBrowserStateIOData* io_data,
|
| ProtocolHandlerMap* protocol_handlers);
|
|
|
| - // Create an instance for an original profile for an app with isolated
|
| - // storage. This is expected to get called on UI thread.
|
| - static IOSChromeURLRequestContextGetter* CreateForIsolatedApp(
|
| - net::URLRequestContextGetter* main_context,
|
| - const ChromeBrowserStateIOData* io_data,
|
| - const base::FilePath& partition_path);
|
| -
|
| // Discard reference to URLRequestContext and inform observers of shutdown.
|
| // Must be called before destruction. May only be called on IO thread.
|
| void NotifyContextShuttingDown();
|
|
|