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

Unified Diff: components/web_contents_delegate_android/validation_message_bubble_android.cc

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Don't require RegisterNatives if there are none Created 4 years, 4 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: components/web_contents_delegate_android/validation_message_bubble_android.cc
diff --git a/components/web_contents_delegate_android/validation_message_bubble_android.cc b/components/web_contents_delegate_android/validation_message_bubble_android.cc
index a57763697a0a8a447ec630cecc85eadca7ba8445..9223540320cf18af3defae9d73b18ff29cd6d67f 100644
--- a/components/web_contents_delegate_android/validation_message_bubble_android.cc
+++ b/components/web_contents_delegate_android/validation_message_bubble_android.cc
@@ -75,9 +75,4 @@ void ValidationMessageBubbleAndroid::SetPositionRelativeToAnchor(
anchor_in_root_view.height());
}
-// static
-bool ValidationMessageBubbleAndroid::Register(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace web_contents_delegate_android

Powered by Google App Engine
This is Rietveld 408576698