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

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

Issue 2248293002: Do not install WebAPKs with web manifests with invalid URL components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into webapk_installable_checker 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..44db1680e3ba793cea91bd5c60c299c2647f345f 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,
+ URL_NOT_SUPPORTED_FOR_WEBAPK,
MAX_ERROR_CODE,
};

Powered by Google App Engine
This is Rietveld 408576698