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

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

Issue 2960223002: Add missing schemes to RecordMainFrameNavigation (Closed)
Patch Set: Fix build.gn and DEPS Created 3 years, 6 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 | « components/navigation_metrics/navigation_metrics.cc ('k') | no next file » | 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 376aef29bed8615c7043213f1cf6bd628a63580c..e3f604938986df2bdace031afef197a6a198c8bb 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -25450,6 +25450,13 @@ from previous Chrome versions.
<int value="8" label="chrome"/>
<int value="9" label="blob"/>
<int value="10" label="filesystem"/>
+ <int value="11" label="chrome-native"/>
+ <int value="12" label="chrome-search"/>
+ <int value="13" label="chrome-distiller"/>
+ <int value="14" label="chrome-devtools"/>
+ <int value="15" label="chrome-extension"/>
+ <int value="16" label="view-source"/>
+ <int value="17" label="externalfile"/>
</enum>
<enum name="NavigationWasServedFromCache">
« no previous file with comments | « components/navigation_metrics/navigation_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698