Index: content/browser/bad_message.h |
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h |
index 21f56c801423511a549d783cb2d03da342f06ad0..d9b015349ba05455902de93c20c87e6c5b2d8c27 100644 |
--- a/content/browser/bad_message.h |
+++ b/content/browser/bad_message.h |
@@ -145,6 +145,9 @@ enum BadMessageReason { |
RFH_FAIL_PROVISIONAL_LOAD_NO_ERROR = 121, |
NI_IN_PAGE_NAVIGATION = 122, |
RPH_MOJO_PROCESS_ERROR = 123, |
+ DBMF_INVALID_ORIGIN_ON_GET_SPACE = 124, |
+ DBMF_INVALID_ORIGIN_ON_MODIFIED = 125, |
+ DBMF_INVALID_ORIGIN_ON_CLOSED = 126, |
// Please add new elements here. The naming convention is abbreviated class |
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the |