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

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: Rebase. 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..2a57998bde3f11232d3d43fea7beaefc62489162 100644
--- a/chrome/browser/installable/installable_logging.h
+++ b/chrome/browser/installable/installable_logging.h
@@ -43,6 +43,7 @@ enum InstallableStatusCode {
PREVIOUSLY_IGNORED,
SHOWING_NATIVE_APP_BANNER,
SHOWING_WEB_APP_BANNER,
+ SHOWING_WEBAPK_BANNER,
dominickn 2016/08/20 23:44:08 If you must add this, add it before MAX_ERROR_CODE
FAILED_TO_CREATE_BANNER,
MAX_ERROR_CODE,
};

Powered by Google App Engine
This is Rietveld 408576698