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

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

Issue 2458613004: Record the initial state of the Physical Web at startup (Closed)
Patch Set: fix retain loop Created 3 years, 11 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
« no previous file with comments | « ios/chrome/browser/physical_web/physical_web_initial_state_recorder.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5bdaaff80c9887e28e6af3cc86bcfee041876dcd..eb242f13f9f2f7e48a046044c7b44c819e1fb653 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44832,6 +44832,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>
@@ -99351,6 +99359,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"/>
« no previous file with comments | « ios/chrome/browser/physical_web/physical_web_initial_state_recorder.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698