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

Unified Diff: chrome/browser/ui/android/infobars/update_password_infobar.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: chrome/browser/ui/android/infobars/update_password_infobar.h
diff --git a/chrome/browser/ui/android/infobars/update_password_infobar.h b/chrome/browser/ui/android/infobars/update_password_infobar.h
index 8b70c114f3e371a41a4ad80d0af0c62798e4fae0..98f62e30c75bebe117e134a9b2c9c94d25e1b33f 100644
--- a/chrome/browser/ui/android/infobars/update_password_infobar.h
+++ b/chrome/browser/ui/android/infobars/update_password_infobar.h
@@ -18,8 +18,6 @@ class UpdatePasswordInfoBar : public ConfirmInfoBar {
std::unique_ptr<UpdatePasswordInfoBarDelegate> delegate);
~UpdatePasswordInfoBar() override;
- static bool Register(JNIEnv* env);
-
int GetIdOfSelectedUsername() const;
private:

Powered by Google App Engine
This is Rietveld 408576698