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

Unified Diff: chrome/browser/installable/installable_logging.h

Issue 2259553002: Make AppBannerInfoBar install WebAPK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move logic to WebApkInstaller. Created 4 years, 4 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/installable/installable_logging.h
diff --git a/chrome/browser/installable/installable_logging.h b/chrome/browser/installable/installable_logging.h
index 4ddcd94ee7753e56df945da5f2da29e681d55f58..1aea9b7d4ee957118a1968f7f48b1d807f60f266 100644
--- a/chrome/browser/installable/installable_logging.h
+++ b/chrome/browser/installable/installable_logging.h
@@ -44,6 +44,7 @@ enum InstallableStatusCode {
SHOWING_NATIVE_APP_BANNER,
SHOWING_WEB_APP_BANNER,
FAILED_TO_CREATE_BANNER,
+ SHOWING_WEBAPK_BANNER,
MAX_ERROR_CODE,
};

Powered by Google App Engine
This is Rietveld 408576698