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

Unified Diff: android_webview/native/cookie_manager.cc

Issue 11293252: Change Interceptors into URLRequestJobFactory::ProtocolHandlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address erikwright's third round of comments Created 8 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
Index: android_webview/native/cookie_manager.cc
diff --git a/android_webview/native/cookie_manager.cc b/android_webview/native/cookie_manager.cc
index 05cfb5f325a0f0b43f5fb24afa56f69ebaa912a2..0dcd8345ea4ea7266c636d3d3a403da7502f3e8d 100644
--- a/android_webview/native/cookie_manager.cc
+++ b/android_webview/native/cookie_manager.cc
@@ -324,9 +324,7 @@ static void SetAcceptFileSchemeCookies(JNIEnv* env, jclass obj,
return CookieManager::GetInstance()->SetAcceptFileSchemeCookies(accept);
}
-void SetCookieMonsterOnNetworkStackInit(
- net::URLRequestContext* context,
- net::URLRequestJobFactory* job_factory) {
+void SetCookieMonsterOnNetworkStackInit(net::URLRequestContext* context) {
CookieManager::GetInstance()->SetCookieMonster(context);
}

Powered by Google App Engine
This is Rietveld 408576698