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

Unified Diff: components/web_contents_delegate_android/validation_message_bubble_android.h

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.h
diff --git a/components/web_contents_delegate_android/validation_message_bubble_android.h b/components/web_contents_delegate_android/validation_message_bubble_android.h
index 181efc131a09a6c1dc8ef25d90535e706dfafb6c..1fe027b1850bf377af2b54ccc3af9b8603b72e44 100644
--- a/components/web_contents_delegate_android/validation_message_bubble_android.h
+++ b/components/web_contents_delegate_android/validation_message_bubble_android.h
@@ -33,8 +33,6 @@ class ValidationMessageBubbleAndroid {
content::RenderWidgetHost* widget_host,
const gfx::Rect& anchor_in_screen);
- static bool Register(JNIEnv* env);
-
private:
base::android::ScopedJavaGlobalRef<jobject> java_validation_message_bubble_;
};

Powered by Google App Engine
This is Rietveld 408576698