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

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: Don't cache NO_MATCHING_SERVICE_WORKER 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
« no previous file with comments | « chrome/browser/banners/app_banner_manager.cc ('k') | chrome/browser/installable/installable_logging.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
};
« no previous file with comments | « chrome/browser/banners/app_banner_manager.cc ('k') | chrome/browser/installable/installable_logging.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698