| Index: android_webview/native/cookie_manager.cc
|
| diff --git a/android_webview/native/cookie_manager.cc b/android_webview/native/cookie_manager.cc
|
| index 05cfb5f325a0f0b43f5fb24afa56f69ebaa912a2..0dcd8345ea4ea7266c636d3d3a403da7502f3e8d 100644
|
| --- a/android_webview/native/cookie_manager.cc
|
| +++ b/android_webview/native/cookie_manager.cc
|
| @@ -324,9 +324,7 @@ static void SetAcceptFileSchemeCookies(JNIEnv* env, jclass obj,
|
| return CookieManager::GetInstance()->SetAcceptFileSchemeCookies(accept);
|
| }
|
|
|
| -void SetCookieMonsterOnNetworkStackInit(
|
| - net::URLRequestContext* context,
|
| - net::URLRequestJobFactory* job_factory) {
|
| +void SetCookieMonsterOnNetworkStackInit(net::URLRequestContext* context) {
|
| CookieManager::GetInstance()->SetCookieMonster(context);
|
| }
|
|
|
|
|