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( |