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

Unified Diff: content/browser/bad_message.h

Issue 2908433003: RenderFrameProxyHost::OnOpenURL needs to validate resource request body. (Closed)
Patch Set: Covering RenderFrameHostImpl as well and rearranging the test to pass on Android. Created 3 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:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/bad_message.h
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
index c4e18beb957ef3fee59e1a4c15a56b58d1d469cf..490bf37194f2011c6c73e247c4391cae66a6eecf 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -192,6 +192,7 @@ enum BadMessageReason {
RWH_BAD_FRAME_SINK_REQUEST = 168,
RWH_SURFACE_INVARIANTS_VIOLATION = 169,
RFH_ILLEGAL_UPLOAD_PARAMS = 170,
+ RFPH_ILLEGAL_UPLOAD_PARAMS = 171,
// Please add new elements here. The naming convention is abbreviated class
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the

Powered by Google App Engine
This is Rietveld 408576698