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

Unified Diff: chrome/browser/ui/android/infobars/app_banner_infobar.h

Issue 921073002: [App banners] Break apart AppBannerManager and AppBannerInfoBarDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/app_banner_infobar.h
diff --git a/chrome/browser/ui/android/infobars/app_banner_infobar.h b/chrome/browser/ui/android/infobars/app_banner_infobar.h
index 6845a3c9f0b42aabece8002a131ac0d73735800d..72ef28ebf32270bbd5f0a383ab79fb1a0e5815a9 100644
--- a/chrome/browser/ui/android/infobars/app_banner_infobar.h
+++ b/chrome/browser/ui/android/infobars/app_banner_infobar.h
@@ -50,4 +50,7 @@ class AppBannerInfoBar : public ConfirmInfoBar {
DISALLOW_COPY_AND_ASSIGN(AppBannerInfoBar);
};
+// Register native methods.
+bool RegisterAppBannerInfoBar(JNIEnv* env);
+
#endif // CHROME_BROWSER_UI_ANDROID_INFOBARS_APP_BANNER_INFOBAR_H_

Powered by Google App Engine
This is Rietveld 408576698