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

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

Issue 2942513002: Allow banners to trigger on sites which don't register a service worker onload. (Closed)
Patch Set: Fix windows compile Created 3 years, 6 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 2423627202eea8a53983dea4b68fc9f847d6a172..94e9784cfdfd3c3f79d5a335943a24088d1d464c 100644
--- a/chrome/browser/installable/installable_logging.h
+++ b/chrome/browser/installable/installable_logging.h
@@ -47,6 +47,8 @@ enum InstallableStatusCode {
URL_NOT_SUPPORTED_FOR_WEBAPK,
IN_INCOGNITO,
NOT_OFFLINE_CAPABLE,
+ WAITING_FOR_MANIFEST,
+ WAITING_FOR_INSTALLABLE_CHECK,
MAX_ERROR_CODE,
};

Powered by Google App Engine
This is Rietveld 408576698