| Index: content/app/android/content_main.cc
|
| diff --git a/content/app/android/content_main.cc b/content/app/android/content_main.cc
|
| index 55657496e09359cc44eb3bdd2bb06373d036144c..c1d03583fd899af8187c5a27606d6dad518612a3 100644
|
| --- a/content/app/android/content_main.cc
|
| +++ b/content/app/android/content_main.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 "content/app/android/content_main.h"
|
| -
|
| #include "base/at_exit.h"
|
| #include "base/base_switches.h"
|
| #include "base/command_line.h"
|
| @@ -53,8 +51,4 @@ void SetContentMainDelegate(ContentMainDelegate* delegate) {
|
| g_content_main_delegate.Get().reset(delegate);
|
| }
|
|
|
| -bool RegisterContentMain(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| } // namespace content
|
|
|