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

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

Issue 2936723002: Report frequency of single page app navigations to UMA (Closed)
Patch Set: NOTREACHED Created 3 years, 5 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/web/tests/WebFrameTest.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 8d8ddc9b4f197af9af3351acf82210f7a126d843..9dacf9b71424e565dab8dfcff509b634d5f4f95c 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -33940,6 +33940,12 @@ from previous Chrome versions.
<int value="3" label="Fresh index with cache updated since backend start"/>
</enum>
+<enum name="SinglePageAppNavigationType">
+ <int value="0" label="History push state or replace state"/>
+ <int value="1" label="Same document backward or forward"/>
+ <int value="2" label="Other fragment navigation"/>
+</enum>
+
<enum name="SiteEngagementServiceEngagementType">
<int value="0" label="Navigation"/>
<int value="1" label="Keypress"/>
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698