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

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

Issue 2062523002: Fixing renderer's access to a file from HTTP POST (after a xsite transfer). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unnecessary logging + simplified condition of an "if" statement. Created 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b42a3eca2dea017f4bf527e01f3bcd66adec0927..38b2f978518189002b40c7e5e2c0e35b4502df33 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65271,6 +65271,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="120" label="RFH_FAIL_PROVISIONAL_LOAD_NO_HANDLE"/>
<int value="121" label="RFH_FAIL_PROVISIONAL_LOAD_NO_ERROR"/>
<int value="122" label="NI_IN_PAGE_NAVIGATION"/>
+ <int value="123" label="RDH_CAN_ACCESS_FILES_OF_REQUEST_BODY"/>
</enum>
<enum name="BadMessageReasonExtensions" type="int">

Powered by Google App Engine
This is Rietveld 408576698