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

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

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.cc
diff --git a/chrome/browser/installable/installable_logging.cc b/chrome/browser/installable/installable_logging.cc
index 8e54ce0a5918f67360e23ad28c38576f9114f828..39416ab722cea1cf6e910a1629d4ef308626f3a6 100644
--- a/chrome/browser/installable/installable_logging.cc
+++ b/chrome/browser/installable/installable_logging.cc
@@ -80,6 +80,7 @@ void LogErrorToConsole(content::WebContents* web_contents,
case PREVIOUSLY_IGNORED:
case SHOWING_NATIVE_APP_BANNER:
case SHOWING_WEB_APP_BANNER:
+ case SHOWING_WEBAPK_BANNER:
dominickn 2016/08/20 23:44:08 Make sure the order matches the declaration.
case FAILED_TO_CREATE_BANNER:
case MAX_ERROR_CODE:
return;

Powered by Google App Engine
This is Rietveld 408576698