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

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 mmenke's first 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..d8aaa86a6dd22521e30296df8db7e23d17336e8b 100644
--- a/android_webview/native/cookie_manager.h
+++ b/android_webview/native/cookie_manager.h
@@ -14,11 +14,10 @@ class URLRequestJobFactory;
namespace android_webview {
-void SetCookieMonsterOnNetworkStackInit(net::URLRequestContext* context,
- net::URLRequestJobFactory* job_factory);
+void SetCookieMonsterOnNetworkStackInit(net::URLRequestContext* context);
bool RegisterCookieManager(JNIEnv* env);
-} // namespace android_webview;
+} // namespace android_webview
#endif // ANDROID_WEBVIEW_NATIVE_COOKIE_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698