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

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: Rebase Created 5 years, 4 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..a7713fe83c0287bd001a807ab5599005419ea8dc 100644
--- a/android_webview/browser/net/aw_url_request_context_getter.h
+++ b/android_webview/browser/net/aw_url_request_context_getter.h
@@ -17,6 +17,7 @@
namespace net {
class CookieStore;
class HttpTransactionFactory;
+class HttpUserAgentSettings;
class NetLog;
class ProxyConfigService;
class URLRequestContext;
@@ -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<net::HttpUserAgentSettings> http_user_agent_settings_;
// ProtocolHandlers and interceptors are stored here between
// SetHandlersAndInterceptors() and the first GetURLRequestContext() call.

Powered by Google App Engine
This is Rietveld 408576698