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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 2801173002: arc: Provide API to control Play Store state from autotests (Closed)
Patch Set: fix browser test 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: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index b25bff376baecbcc93122ee5d14bbb7ac79fce9c..a4272029d5dba8ec15d1138b2914bbc9a747cab0 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1228,6 +1228,9 @@ enum HistogramValue {
NETWORKINGCASTPRIVATE_SETWIFITDLSENABLEDSTATE,
NETWORKINGCASTPRIVATE_GETWIFITDLSSTATUS,
ACCESSIBILITY_PRIVATE_DARKENSCREEN,
+ AUTOTESTPRIVATE_ISPLAYSTOREENABLED,
+ AUTOTESTPRIVATE_ISPLAYSTOREMANAGED,
+ AUTOTESTPRIVATE_SETPLAYSTOREENABLED,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698