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

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

Issue 2844383004: Split the NOT_STARTED and STOPPED_BEFORE_COMPLETION installability metrics. (Closed)
Patch Set: Fix comment Created 3 years, 7 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/installable/installable_manager_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/installable/installable_manager_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698