Chromium Code Reviews| Index: chrome/browser/android/banners/app_banner_infobar_delegate_android.h |
| diff --git a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h |
| index ee90ad6479dc71ec9881b27e593ac61ff9819e82..217983d03e9fb4f6ed99d616a7334b90e7c91266 100644 |
| --- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h |
| +++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h |
| @@ -71,6 +71,7 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate { |
| const base::android::JavaParamRef<jobject>& obj, |
| jboolean success); |
| + // TODO(zpeng): Move function from public to private. |
|
dominickn
2016/09/28 02:10:26
Remove this comment, since this method was moved t
F
2016/09/30 18:02:02
Done.
|
| // When user accepts to install a WebAPK, this function sends a request |
| // to the WebAPK Server to create a WebAPK and install it. It returns |
| // false to prevent infobar from disappearing when installation starts. |