| Index: content/browser/bad_message.h
|
| diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
|
| index 089a8872650ead9a57db73caf154c603b3dd1efc..9e7a185fa99b66279c6f485c8fa2821307c679a6 100644
|
| --- a/content/browser/bad_message.h
|
| +++ b/content/browser/bad_message.h
|
| @@ -116,6 +116,7 @@ enum BadMessageReason {
|
| WC_RENDERER_DID_NAVIGATE_BAD_SECURITY_INFO = 92,
|
| BDH_DUPLICATE_REQUEST_DEVICE_ID = 93,
|
| CSDH_INVALID_ORIGIN = 94,
|
| + RDH_ILLEGAL_ORIGIN = 95,
|
|
|
| // Please add new elements here. The naming convention is abbreviated class
|
| // name (e.g. RenderFrameHost becomes RFH) plus a unique description of the
|
|
|