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

Unified Diff: ios/chrome/browser/ios_chrome_io_thread.h

Issue 2170103002: Notify SystemURLRequestContextGetter before shutdown on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Matt's comments. Created 4 years, 5 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/ios_chrome_io_thread.h
diff --git a/ios/chrome/browser/ios_chrome_io_thread.h b/ios/chrome/browser/ios_chrome_io_thread.h
index d1527cb9d396f0a7d12cda996901d59376e431a2..7804a1c334c73a8fc991da8c07befb6d43e5cb79 100644
--- a/ios/chrome/browser/ios_chrome_io_thread.h
+++ b/ios/chrome/browser/ios_chrome_io_thread.h
@@ -61,6 +61,8 @@ namespace net_log {
class ChromeNetLog;
} // namespace net_log
+class SystemURLRequestContextGetter;
+
// Contains state associated with, initialized and cleaned up on, and
// primarily used on, the IO thread.
//
@@ -225,7 +227,7 @@ class IOSChromeIOThread : public web::WebThreadDelegate {
std::unique_ptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
- scoped_refptr<net::URLRequestContextGetter>
+ scoped_refptr<SystemURLRequestContextGetter>
system_url_request_context_getter_;
const base::TimeTicks creation_time_;

Powered by Google App Engine
This is Rietveld 408576698