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

Unified Diff: chrome/browser/ui/android/infobars/download_overwrite_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/download_overwrite_infobar.h
diff --git a/chrome/browser/ui/android/infobars/download_overwrite_infobar.h b/chrome/browser/ui/android/infobars/download_overwrite_infobar.h
index 168dbd18cd22c97c506923608f94ede3a94821c5..5077b0b20e2f955b3a0162dce0efbc37cada6f65 100644
--- a/chrome/browser/ui/android/infobars/download_overwrite_infobar.h
+++ b/chrome/browser/ui/android/infobars/download_overwrite_infobar.h
@@ -39,7 +39,4 @@ class DownloadOverwriteInfoBar : public InfoBarAndroid {
DISALLOW_COPY_AND_ASSIGN(DownloadOverwriteInfoBar);
};
-// Registers the native methods through JNI.
-bool RegisterDownloadOverwriteInfoBarDelegate(JNIEnv* env);
-
#endif // CHROME_BROWSER_UI_ANDROID_INFOBARS_DOWNLOAD_OVERWRITE_INFOBAR_H_

Powered by Google App Engine
This is Rietveld 408576698