| Index: android_webview/native/cookie_manager.cc
|
| diff --git a/android_webview/native/cookie_manager.cc b/android_webview/native/cookie_manager.cc
|
| index a3986c44e1496caa19d290ead708fe506e70c817..868dcbe3c12bb953124090534d649d6d074792ef 100644
|
| --- a/android_webview/native/cookie_manager.cc
|
| +++ b/android_webview/native/cookie_manager.cc
|
| @@ -348,9 +348,7 @@ static void SetAcceptFileSchemeCookies(JNIEnv* env, jobject obj,
|
| return CookieManager::GetInstance()->SetAcceptFileSchemeCookies(accept);
|
| }
|
|
|
| -void SetCookieMonsterOnNetworkStackInit(
|
| - net::URLRequestContext* context,
|
| - AwURLRequestJobFactory* job_factory) {
|
| +void SetCookieMonsterOnNetworkStackInit(net::URLRequestContext* context) {
|
| CookieManager::GetInstance()->SetCookieMonster(context);
|
| }
|
|
|
|
|