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

Unified Diff: content/browser/bad_message.h

Issue 2442793002: Extra browser-side validation of transferred_request_child_id / request_id. (Closed)
Patch Set: Fixing incorrect conflict resolution in content/browser/bad_message.h Created 4 years, 2 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 0e91801bc19e7081e2d231eced1bebfa1c8757ac..3c8eb245122871558519cf6b0461ccf20930585a 100644
--- a/content/browser/bad_message.h
+++ b/content/browser/bad_message.h
@@ -164,6 +164,8 @@ enum BadMessageReason {
ARH_CREATED_STREAM_WITHOUT_AUTHORIZATION = 140,
MDDH_INVALID_DEVICE_TYPE_REQUEST = 141,
MDDH_UNAUTHORIZED_ORIGIN = 142,
+ RDH_TRANSFERRING_REQUEST_NOT_FOUND = 143,
+ RDH_TRANSFERRING_NONNAVIGATIONAL_REQUEST = 144,
// 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