Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: ios/chrome/browser/net/ios_chrome_url_request_context_getter.h

Issue 1742293003: Remove isolated app code from iOS's chrome_browser_state_io_data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698