Chromium Code Reviews| Index: content/browser/bad_message.h |
| diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h |
| index fd47c3957bc8b4d62d45dd46ed356a13cf617add..108a49e95cc7463ac17626e09a28c9ccea4f71f7 100644 |
| --- a/content/browser/bad_message.h |
| +++ b/content/browser/bad_message.h |
| @@ -161,6 +161,7 @@ enum BadMessageReason { |
| DSH_DELETED_SESSION_ID = 137, |
| DSH_WRONG_STORAGE_PARTITION = 138, |
| BDH_DISALLOWED_ORIGIN = 139, |
| + NMF_INVALID_ID_CLOSE = 140, |
|
nasko
2016/10/05 20:14:04
You are racing another CL that uses the same numbe
|
| // Please add new elements here. The naming convention is abbreviated class |
| // name (e.g. RenderFrameHost becomes RFH) plus a unique description of the |