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

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

Issue 2844383004: Split the NOT_STARTED and STOPPED_BEFORE_COMPLETION installability metrics. (Closed)
Patch Set: Actually record early failures as failures Created 3 years, 8 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_metrics.h
diff --git a/chrome/browser/installable/installable_metrics.h b/chrome/browser/installable/installable_metrics.h
index 58e587855bb42411e20f075e0ac3df752ed79e55..1350660db5c09039ef17d9300cb0290750405734 100644
--- a/chrome/browser/installable/installable_metrics.h
+++ b/chrome/browser/installable/installable_metrics.h
@@ -8,7 +8,7 @@
// This enum backs a UMA histogram and must be treated as append-only.
enum class InstallabilityCheckStatus {
NOT_STARTED,
- STOPPED_BEFORE_COMPLETION,
+ NOT_COMPLETED,
IN_PROGRESS_NON_PROGRESSIVE_WEB_APP,
IN_PROGRESS_PROGRESSIVE_WEB_APP,
COMPLETE_NON_PROGRESSIVE_WEB_APP,

Powered by Google App Engine
This is Rietveld 408576698