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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2614073004: Add UserCounter for Top Navigation in sandbox (Closed)
Patch Set: Fix a compile error. 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 | « third_party/WebKit/Source/core/frame/UseCounter.h ('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 994c4a276cae418a41ef764b699a9d4b3348e358..e05a6f1ba83e50fdcef87365a7504919ea20e613 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -88406,6 +88406,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1746" label="PromptEngagementMedium"/>
<int value="1747" label="PromptEngagementHigh"/>
<int value="1748" label="PromptEngagementMax"/>
+ <int value="1749" label="TopNavInSandbox"/>
+ <int value="1750" label="TopNavInSandboxWithoutGesture"/>
+ <int value="1751" label="TopNavInSandboxWithPerm"/>
+ <int value="1752" label="TopNavInSandboxWithPermButNoGesture"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698