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

Unified Diff: tools/metrics/histograms/histograms.xml

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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 22d3a66c2235d6fc4e31ca793faf991648ea670c..527f83de6c19d260f3ee9ee16634cf65bf9a97a3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -92222,6 +92222,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1167" label="NETWORKINGCASTPRIVATE_SETWIFITDLSENABLEDSTATE"/>
<int value="1168" label="NETWORKINGCASTPRIVATE_GETWIFITDLSSTATUS"/>
<int value="1169" label="ACCESSIBILITY_PRIVATE_DARKENSCREEN"/>
+ <int value="1170" label="AUTOTESTPRIVATE_ISPLAYSTOREENABLED"/>
+ <int value="1171" label="AUTOTESTPRIVATE_ISPLAYSTOREMANAGED"/>
+ <int value="1172" label="AUTOTESTPRIVATE_SETPLAYSTOREENABLED"/>
</enum>
<enum name="ExtensionIconState" type="int">

Powered by Google App Engine
This is Rietveld 408576698