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

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

Issue 2751343002: Adds a basic offline check to InstallableManager. (Closed)
Patch Set: Updating comments Created 3 years, 9 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 369afc5fbd4f0010941b7c0e2b3fdab3925ba36a..2423627202eea8a53983dea4b68fc9f847d6a172 100644
--- a/chrome/browser/installable/installable_logging.h
+++ b/chrome/browser/installable/installable_logging.h
@@ -46,6 +46,7 @@ enum InstallableStatusCode {
FAILED_TO_CREATE_BANNER,
URL_NOT_SUPPORTED_FOR_WEBAPK,
IN_INCOGNITO,
+ NOT_OFFLINE_CAPABLE,
MAX_ERROR_CODE,
};

Powered by Google App Engine
This is Rietveld 408576698