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

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: 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..09422783856a854271ff293328d180791d296a50 100644
--- a/chrome/browser/installable/installable_logging.h
+++ b/chrome/browser/installable/installable_logging.h
@@ -26,6 +26,7 @@ enum InstallableStatusCode {
NO_MANIFEST,
MANIFEST_EMPTY,
START_URL_NOT_VALID,
+ URL_USERNAME_AND_PASSWORD_NOT_SUPPORTED,
dominickn 2016/08/17 22:54:43 Add this to the end prior to MAX_ERROR_CODE. This
MANIFEST_MISSING_NAME_OR_SHORT_NAME,
MANIFEST_DISPLAY_NOT_SUPPORTED,
MANIFEST_MISSING_SUITABLE_ICON,
« no previous file with comments | « no previous file | chrome/browser/installable/installable_logging.cc » ('j') | chrome/browser/installable/installable_logging.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698