Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3064)

Unified Diff: content/app/android/content_main.cc

Issue 147533004: Remove unneeded JNI registrations. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix android webview build issues. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698