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

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

Issue 871103004: Allow installing apps via the AppBannerInfoBar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pointers
Patch Set: Rebasing 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 51c76a825165f5dbb1dd43d5e57be4a930d6f744..920eb200e64b71245d2b708807dbac9962fb20cb 100644
--- a/chrome/browser/ui/android/infobars/app_banner_infobar.h
+++ b/chrome/browser/ui/android/infobars/app_banner_infobar.h
@@ -29,6 +29,8 @@ class AppBannerInfoBar : public ConfirmInfoBar {
~AppBannerInfoBar() override;
+ void OnInstallStateChanged(int new_state);
newt (away) 2015/02/06 22:46:27 comment this method (and don't say: "Called when t
gone 2015/02/06 23:32:08 Added a "may have" instead of a has.
+
private:
// InfoBarAndroid overrides.
base::android::ScopedJavaLocalRef<jobject> CreateRenderInfoBar(

Powered by Google App Engine
This is Rietveld 408576698