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

Unified Diff: android_webview/browser/net/aw_url_request_context_getter.h

Issue 1172093002: Implement HttpUserAgentSettings delegate for Android WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: New plumbing Created 5 years, 6 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: android_webview/browser/net/aw_url_request_context_getter.h
diff --git a/android_webview/browser/net/aw_url_request_context_getter.h b/android_webview/browser/net/aw_url_request_context_getter.h
index d5e099f00e1fbb82a59caa3a0b3767ab2f25b78b..94db768c1889b59689577c6a7e26b9a9e06de36e 100644
--- a/android_webview/browser/net/aw_url_request_context_getter.h
+++ b/android_webview/browser/net/aw_url_request_context_getter.h
@@ -25,6 +25,7 @@ class URLRequestJobFactory;
namespace android_webview {
+class AwHttpUserAgentSettings;
class AwNetworkDelegate;
class AwURLRequestContextGetter : public net::URLRequestContextGetter {
@@ -70,6 +71,7 @@ class AwURLRequestContextGetter : public net::URLRequestContextGetter {
scoped_ptr<net::ProxyConfigService> proxy_config_service_;
scoped_ptr<net::URLRequestJobFactory> job_factory_;
scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
+ scoped_ptr<AwHttpUserAgentSettings> aw_http_user_agent_settings_;
Torne 2015/07/17 13:33:19 Should be a pointer to net::HttpUserAgentSettings
ctserng 2015/07/17 16:51:15 Will do.
// ProtocolHandlers and interceptors are stored here between
// SetHandlersAndInterceptors() and the first GetURLRequestContext() call.

Powered by Google App Engine
This is Rietveld 408576698