| 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);
|
|
|
|
|