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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2273323002: NTP Snippets: Added error codes for out of quota events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 4 years, 3 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 d5c8578122983c30e742de2f9aedb5faa1f0ee7c..7dba511153c4cce8e4f8cf1bd2ec7794100ea0bc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -87717,6 +87717,8 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="4" label="JSON parse error"/>
<int value="5" label="Invalid snippet content"/>
<int value="6" label="Error in obtaining oauth access token"/>
+ <int value="7" label="Out of interactive quota"/>
+ <int value="8" label="Out of non-interactive quota"/>
</enum>
<enum name="NtpSuggestionsType" type="int">

Powered by Google App Engine
This is Rietveld 408576698