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

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

Issue 2629393002: Measure URL resolution with raw newlines and braces. (Closed)
Patch Set: Formatting. Created 3 years, 11 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 | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 41305c62aac5bd128428a1fd093ee1451c8df7b5..0faf76a6386b1af28db5f6776eb718d713825718 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -88958,6 +88958,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1765" label="V8AssigmentExpressionLHSIsCallInStrict"/>
<int value="1766" label="V8PromiseConstructorReturnedUndefined"/>
<int value="1767" label="FormSubmittedWithUnclosedFormControl"/>
+ <int value="1768" label="DocumentCompleteURLContainingNewline"/>
+ <int value="1769" label="DocumentCompleteURLContainingOpenBrace"/>
+ <int value="1770" label="DocumentCompleteURLContainingNewlineAndOpenBrace"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698