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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2458613004: Record the initial state of the Physical Web at startup (Closed)
Patch Set: Created 4 years, 1 month 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 56046e9b2dbf282446dd09ea03187517af0b0d66..c167f639fc88c5d0b23cf2e61446dcf27ad060f9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42859,6 +42859,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PhysicalWeb.InitialState.IosChrome"
+ enum="PhysicalWebInitialStateIosChrome">
+ <owner>cco3@chromium.org</owner>
+ <owner>mattreynolds@chromium.org</owner>
+ <owner>mmocny@chromium.org</owner>
+ <summary>Initial state of the Physical Web in Chrome for iOS.</summary>
+</histogram>
+
<histogram name="PhysicalWeb.ReferralDelay.OptInNotification" units="ms">
<owner>cco3@chromium.org</owner>
<owner>mattreynolds@chromium.org</owner>
@@ -95164,6 +95172,33 @@ value.
<int value="4" label="REFERER_DIAGNOSTICS"/>
</enum>
+<enum name="PhysicalWebInitialStateIosChrome" type="int">
+ <int value="0" label="OPTOUT_BTOFF_LOCOFF_UNAUTH"/>
+ <int value="1" label="OPTOUT_BTOFF_LOCOFF_AUTH"/>
+ <int value="2" label="OPTOUT_BTOFF_LOCON_UNAUTH"/>
+ <int value="3" label="OPTOUT_BTOFF_LOCON_AUTH"/>
+ <int value="4" label="OPTOUT_BTON_LOCOFF_UNAUTH"/>
+ <int value="5" label="OPTOUT_BTON_LOCOFF_AUTH"/>
+ <int value="6" label="OPTOUT_BTON_LOCON_UNAUTH"/>
+ <int value="7" label="OPTOUT_BTON_LOCON_AUTH"/>
+ <int value="8" label="OPTIN_BTOFF_LOCOFF_UNAUTH"/>
+ <int value="9" label="OPTIN_BTOFF_LOCOFF_AUTH"/>
+ <int value="10" label="OPTIN_BTOFF_LOCON_UNAUTH"/>
+ <int value="11" label="OPTIN_BTOFF_LOCON_AUTH"/>
+ <int value="12" label="OPTIN_BTON_LOCOFF_UNAUTH"/>
+ <int value="13" label="OPTIN_BTON_LOCOFF_AUTH"/>
+ <int value="14" label="OPTIN_BTON_LOCON_UNAUTH"/>
+ <int value="15" label="OPTIN_BTON_LOCON_AUTH"/>
+ <int value="16" label="ONBOARDING_BTOFF_LOCOFF_UNAUTH"/>
+ <int value="17" label="ONBOARDING_BTOFF_LOCOFF_AUTH"/>
+ <int value="18" label="ONBOARDING_BTOFF_LOCON_UNAUTH"/>
+ <int value="19" label="ONBOARDING_BTOFF_LOCON_AUTH"/>
+ <int value="20" label="ONBOARDING_BTON_LOCOFF_UNAUTH"/>
+ <int value="21" label="ONBOARDING_BTON_LOCOFF_AUTH"/>
+ <int value="22" label="ONBOARDING_BTON_LOCON_UNAUTH"/>
+ <int value="23" label="ONBOARDING_BTON_LOCON_AUTH"/>
+</enum>
+
<enum name="PhysicalWebPreferenceStatus" type="int">
<int value="0" label="OFF"/>
<int value="1" label="ON"/>

Powered by Google App Engine
This is Rietveld 408576698