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

Unified Diff: components/policy/core/common/cloud/enterprise_metrics.h

Issue 2959853003: Add UI components for license type selection in ChromeOS login UI. (Closed)
Patch Set: 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/ui/webui/chromeos/login/enrollment_screen_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/cloud/enterprise_metrics.h
diff --git a/components/policy/core/common/cloud/enterprise_metrics.h b/components/policy/core/common/cloud/enterprise_metrics.h
index b61fe35fb6308f3a12f7908a8a30fc4a885a6acf..1750dd19651571d54b150a3fd6afd2c4fbb9888e 100644
--- a/components/policy/core/common/cloud/enterprise_metrics.h
+++ b/components/policy/core/common/cloud/enterprise_metrics.h
@@ -229,6 +229,8 @@ enum MetricEnrollment {
kMetricEnrollmentActiveDirectoryPolicyFetchFailed = 55,
// Failed to store DM token into the local state.
kMetricEnrollmentStoreDMTokenFailed = 56,
+ // Failed to get available licenses.
+ kEnrollmentLicenseRequestFailed = 57,
emaxx 2017/07/07 14:32:34 nit: s/kEnrollmentLicenseRequestFailed/kMetricEnro
Denis Kuznetsov (DE-MUC) 2017/07/13 18:44:03 Done.
};
// Events related to policy refresh.
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698