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

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

Issue 1492943002: Allow replacing the HttpAuthHandlerFactory in URLRequestContextBuilder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Not a todo Created 5 years 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
« no previous file with comments | « no previous file | android_webview/browser/net/aw_url_request_context_getter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 655d2ad0548ca07d8ff4c6ffc1ec037468acec54..e08a6f585dfa59a8de17b2f4534747cbc9e0164b 100644
--- a/android_webview/browser/net/aw_url_request_context_getter.h
+++ b/android_webview/browser/net/aw_url_request_context_getter.h
@@ -69,9 +69,9 @@ class AwURLRequestContextGetter : public net::URLRequestContextGetter {
void InitializeURLRequestContext();
// This is called to create a HttpAuthHandlerFactory that will handle
- // negotiate challenges for the new URLRequestContext
- scoped_ptr<net::HttpAuthHandlerFactory>
- CreateNegotiateAuthHandlerFactory(net::HostResolver* resolver);
+ // auth challenges for the new URLRequestContext
+ scoped_ptr<net::HttpAuthHandlerFactory> CreateAuthHandlerFactory(
+ net::HostResolver* resolver);
const base::FilePath cache_path_;
« no previous file with comments | « no previous file | android_webview/browser/net/aw_url_request_context_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698