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

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

Issue 2838433002: [Payments] Cache payment manifests. (Closed)
Patch Set: fix tests Created 3 years, 8 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/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b3f2df4fcf9894fd139abf3a123547acdf277332..510bb8840a425a7e854eb2f3d89cfcc22e96edcb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31659,8 +31659,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Navigation.MainFrameSchemeOTR" enum="NavigationScheme">
<owner>elawrence@chromium.org</owner>
<owner>estark@chromium.org</owner>
- <summary>The scheme of the URL for each main-frame navigation while in
- incognito.
+ <summary>
+ The scheme of the URL for each main-frame navigation while in incognito.
</summary>
</histogram>
@@ -110450,6 +110450,7 @@ from previous Chrome versions.
<int value="3" label="Webdata token DB error"/>
<int value="4" label="Webdata DB error"/>
<int value="5" label="Webdata keyword DB error"/>
+ <int value="8" label="Payment manifest DB error"/>
</enum>
<enum name="ProfileGaiaPhotoOptions" type="int">

Powered by Google App Engine
This is Rietveld 408576698