| Index: content/browser/bad_message.h
|
| diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h
|
| index 49534cb5da1c69f88ed75ac0f9e02c386dad79af..8caa4820fa415a665229f45e552cfe530a2c2bd9 100644
|
| --- a/content/browser/bad_message.h
|
| +++ b/content/browser/bad_message.h
|
| @@ -121,7 +121,7 @@ enum BadMessageReason {
|
| RDH_INVALID_URL = 97,
|
| BDH_CHARACTERISTIC_ALREADY_SUBSCRIBED = 98,
|
| RFH_OWNER_PROPERTY = 99,
|
| - BDH_EMPTY_OR_INVALID_FILTERS = 100,
|
| + BDH_EMPTY_OR_INVALID_FILTERS = 100, // obsolete; no longer used
|
| WC_CONTENT_WITH_CERT_ERRORS_BAD_SECURITY_INFO = 101, // obsolete; not used
|
| RFMF_RENDERER_FAKED_ITS_OWN_DEATH = 102,
|
| DWNLD_INVALID_SAVABLE_RESOURCE_LINKS_RESPONSE = 103,
|
| @@ -178,6 +178,7 @@ enum BadMessageReason {
|
| SWDH_SET_NAVIGATION_PRELOAD_HEADER_BAD_VALUE = 154,
|
| MDDH_INVALID_SUBSCRIPTION_REQUEST = 155,
|
| MDDH_INVALID_UNSUBSCRIPTION_REQUEST = 156,
|
| + BDH_INVALID_OPTIONS = 157,
|
|
|
| // Please add new elements here. The naming convention is abbreviated class
|
| // name (e.g. RenderFrameHost becomes RFH) plus a unique description of the
|
|
|