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

Unified Diff: android_webview/native/cookie_manager.h

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.h
diff --git a/android_webview/native/cookie_manager.h b/android_webview/native/cookie_manager.h
index 7eea6da915b2675c4bdb371ae0d24b07e627574a..18b5f8d6683de467dc0b7108fba8c58bfc757694 100644
--- a/android_webview/native/cookie_manager.h
+++ b/android_webview/native/cookie_manager.h
@@ -14,8 +14,7 @@ class URLRequestJobFactory;
namespace android_webview {
-void SetCookieMonsterOnNetworkStackInit(net::URLRequestContext* context,
- net::URLRequestJobFactory* job_factory);
+void SetCookieMonsterOnNetworkStackInit(net::URLRequestContext* context);
bool RegisterCookieManager(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698