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

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

Issue 2917133002: Perform redirect checks before OnReceivedRedirect in //net. (Closed)
Patch Set: nasko comments Created 3 years, 6 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/LayoutTests/external/wpt/fetch/api/redirect/redirect-location-worker-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 715c4c65079e4c3a5cbfc4aa028fd7bac6588b64..4839dd55086e219069f12cd3424743ea1df2bd63 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -25335,6 +25335,7 @@ from previous Chrome versions.
<int value="300" label="INVALID_URL"/>
<int value="301" label="DISALLOWED_URL_SCHEME"/>
<int value="302" label="UNKNOWN_URL_SCHEME"/>
+ <int value="303" label="INVALID_REDIRECT"/>
<int value="310" label="TOO_MANY_REDIRECTS"/>
<int value="311" label="UNSAFE_REDIRECT"/>
<int value="312" label="UNSAFE_PORT"/>
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/fetch/api/redirect/redirect-location-worker-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698