Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 88b0f5d440986a8298cf3766896468fc55b9cc68..49b32b5f1629b4aa6a35d5687d16e5fff5f48cc4 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -297,9 +297,10 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_UpdatedCacheStats, |
// Tells the browser that content in the current page was blocked due to the |
// user's content settings. |
-IPC_MESSAGE_ROUTED2(ViewHostMsg_ContentBlocked, |
+IPC_MESSAGE_ROUTED3(ViewHostMsg_ContentBlocked, |
ContentSettingsType, /* type of blocked content */ |
- std::string /* resource identifier */) |
+ std::string /* resource identifier */, |
+ ContentSetting /* setting */) |
// Sent by the renderer process to check whether access to web databases is |
// granted by content settings. |