| Index: content/browser/android/content_view_statics.cc
|
| diff --git a/content/browser/android/content_view_statics.cc b/content/browser/android/content_view_statics.cc
|
| index b6cfde1994e00aef70b738de245456fa7f901d49..effe01dcbaf6ab7e869a3d990fc1da5857272ed4 100644
|
| --- a/content/browser/android/content_view_statics.cc
|
| +++ b/content/browser/android/content_view_statics.cc
|
| @@ -11,7 +11,6 @@
|
| #include "base/basictypes.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| -#include "content/browser/android/content_view_statics.h"
|
| #include "content/common/android/address_parser.h"
|
| #include "content/common/view_messages.h"
|
| #include "content/public/browser/render_process_host.h"
|
| @@ -117,11 +116,3 @@ static void SetWebKitSharedTimersSuspended(JNIEnv* env,
|
| g_suspended_processes_watcher.Pointer()->ResumeWebkitSharedTimers();
|
| }
|
| }
|
| -
|
| -namespace content {
|
| -
|
| -bool RegisterWebViewStatics(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| -} // namespace content
|
|
|