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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2960223002: Add missing schemes to RecordMainFrameNavigation (Closed)
Patch Set: Add Search 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index b27765cf32c449d856f235ec6f670305ad61e286..0d3ef9d86fbd20766b64a157e3e1cebad4472aa8 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -25439,6 +25439,8 @@ 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"/>
</enum>
<enum name="NavigationWasServedFromCache">

Powered by Google App Engine
This is Rietveld 408576698