| Index: android_webview/native/cookie_manager.cc
|
| diff --git a/android_webview/native/cookie_manager.cc b/android_webview/native/cookie_manager.cc
|
| index 310cb431c89559958ed31a68228f666f3c8d13da..998e8bf1a34646d57703226057963ae88f99aa43 100644
|
| --- a/android_webview/native/cookie_manager.cc
|
| +++ b/android_webview/native/cookie_manager.cc
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "android_webview/native/cookie_manager.h"
|
| -
|
| #include "android_webview/browser/aw_browser_context.h"
|
| #include "android_webview/browser/aw_cookie_access_policy.h"
|
| #include "android_webview/browser/net/init_native_callback.h"
|
| @@ -497,8 +495,4 @@ scoped_refptr<net::CookieStore> CreateCookieStore(
|
| browser_context);
|
| }
|
|
|
| -bool RegisterCookieManager(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| } // android_webview namespace
|
|
|