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

Unified Diff: android_webview/native/aw_form_database.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: android_webview/native/aw_form_database.cc
diff --git a/android_webview/native/aw_form_database.cc b/android_webview/native/aw_form_database.cc
index 851340e265d8acf35496cf53dab30b79252e5ba3..7e1dc1b21a576cc8f916b5607e2a2825a6b906f5 100644
--- a/android_webview/native/aw_form_database.cc
+++ b/android_webview/native/aw_form_database.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/aw_form_database.h"
-
#include "android_webview/browser/aw_browser_context.h"
#include "android_webview/browser/aw_content_browser_client.h"
#include "android_webview/browser/aw_form_database_service.h"
@@ -35,8 +33,4 @@ void ClearFormData(JNIEnv*, jclass) {
GetFormDatabaseService()->ClearFormData();
}
-bool RegisterAwFormDatabase(JNIEnv* env) {
- return RegisterNativesImpl(env) >= 0;
-}
-
} // namespace android_webview

Powered by Google App Engine
This is Rietveld 408576698