Chromium Code Reviews| Index: content/browser/bad_message.h |
| diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h |
| index 79f8dad5c136f2f313957d210de7eb2779c21a9e..e4a40e576bf51f237297c821acaaed8486e87bfc 100644 |
| --- a/content/browser/bad_message.h |
| +++ b/content/browser/bad_message.h |
| @@ -185,6 +185,7 @@ enum BadMessageReason { |
| BDH_INVALID_DESCRIPTOR_ID = 161, |
| RWH_INVALID_BEGIN_FRAME_ACK_DID_NOT_SWAP = 162, |
| RWH_INVALID_BEGIN_FRAME_ACK_COMPOSITOR_FRAME = 163, |
| + RFAOSF_OUT_OF_RANGE_INTEGER = 164, |
|
DaleCurtis
2017/03/24 17:47:12
Quite the acronym stew here :) I guess it's no wor
|
| // Please add new elements here. The naming convention is abbreviated class |
| // name (e.g. RenderFrameHost becomes RFH) plus a unique description of the |