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

Unified Diff: chrome/browser/android/banners/app_banner_infobar_delegate_android.h

Issue 2363183002: Skip installation process if WebAPK is already installed. (Closed)
Patch Set: Created 4 years, 3 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/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.

Powered by Google App Engine
This is Rietveld 408576698