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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1974483002: Allow getting _only_ personalized snippets for NTP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: After code review #3 Created 4 years, 7 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 76bdb2ab49f4367329e13e8595ec63dca97728e0..859f80f85114bb60e8fd7f9d3839ac08461fd76f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80097,6 +80097,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="HTTP error"/>
<int value="4" label="JSON parse error"/>
<int value="5" label="Invalid snippet content"/>
+ <int value="6" label="Error in obtaining oauth access token"/>
Marc Treib 2016/05/12 13:57:59 nit: I'd remove the "in". "OAuth2".
jkrcal 2016/05/12 14:14:04 My non-native sense for English prefers my version
</enum>
<enum name="NtpSuggestionsType" type="int">

Powered by Google App Engine
This is Rietveld 408576698