| 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_
|
|
|