| Index: chrome/browser/android/content_view_util.cc
|
| diff --git a/chrome/browser/android/content_view_util.cc b/chrome/browser/android/content_view_util.cc
|
| index f4338fc0c3814e95771c65825cb8e1683f9ec878..040dcb3a0d9c10ed53bedc0c57c5e18ab52b2606 100644
|
| --- a/chrome/browser/android/content_view_util.cc
|
| +++ b/chrome/browser/android/content_view_util.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 "chrome/browser/android/content_view_util.h"
|
| -
|
| #include "base/android/jni_android.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| @@ -29,7 +27,3 @@ static void DestroyNativeWebContents(
|
| reinterpret_cast<content::WebContents*>(web_contents_ptr);
|
| delete web_contents;
|
| }
|
| -
|
| -bool RegisterContentViewUtil(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
|
|