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

Unified Diff: android_webview/native/cookie_manager.h

Issue 12387028: Fix for CookieManager init race condition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added a comment Created 7 years, 10 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
« no previous file with comments | « android_webview/browser/net/init_native_callback.h ('k') | android_webview/native/cookie_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/cookie_manager.h
diff --git a/android_webview/native/cookie_manager.h b/android_webview/native/cookie_manager.h
index a953509228d2cc8f1ccd57f716450ad97216f277..d1e052294dfa030dff5d984ae5ee89b2aba39cbe 100644
--- a/android_webview/native/cookie_manager.h
+++ b/android_webview/native/cookie_manager.h
@@ -8,13 +8,13 @@
#include <jni.h>
namespace net {
-class URLRequestContext;
+class CookieMonster;
} // namespace net
namespace android_webview {
class AwURLRequestJobFactory;
-void SetCookieMonsterOnNetworkStackInit(net::URLRequestContext* context);
+void SetCookieMonsterOnNetworkStackInit(net::CookieMonster* cookie_monster);
bool RegisterCookieManager(JNIEnv* env);
« no previous file with comments | « android_webview/browser/net/init_native_callback.h ('k') | android_webview/native/cookie_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698