Index: content/browser/bad_message.h |
diff --git a/content/browser/bad_message.h b/content/browser/bad_message.h |
index 0e91801bc19e7081e2d231eced1bebfa1c8757ac..eb35a9b6702e238cda5159185d2c2c8ac4e95038 100644 |
--- a/content/browser/bad_message.h |
+++ b/content/browser/bad_message.h |
@@ -164,6 +164,9 @@ enum BadMessageReason { |
ARH_CREATED_STREAM_WITHOUT_AUTHORIZATION = 140, |
MDDH_INVALID_DEVICE_TYPE_REQUEST = 141, |
MDDH_UNAUTHORIZED_ORIGIN = 142, |
+ SWDH_ENABLE_NAVIGATION_PRELOAD_NO_HOST = 143, |
+ SWDH_ENABLE_NAVIGATION_PRELOAD_INVALID_ORIGIN = 144, |
+ SWDH_ENABLE_NAVIGATION_PRELOAD_BAD_REGISTRATION_ID = 145, |
// Please add new elements here. The naming convention is abbreviated class |
// name (e.g. RenderFrameHost becomes RFH) plus a unique description of the |