Index: chrome/common/extensions/chrome_extension_messages.h |
diff --git a/chrome/common/extensions/chrome_extension_messages.h b/chrome/common/extensions/chrome_extension_messages.h |
index da46506564c945f7d0aec041d264ba215d2d6f9e..c00d8ad9251d464c3f851015f84b7c6dc1c9f1ff 100644 |
--- a/chrome/common/extensions/chrome_extension_messages.h |
+++ b/chrome/common/extensions/chrome_extension_messages.h |
@@ -73,8 +73,9 @@ IPC_STRUCT_END() |
// Forward an accessibility message to an extension process where an |
// extension is using the automation API to listen for accessibility events. |
-IPC_MESSAGE_ROUTED1(ExtensionMsg_AccessibilityEvent, |
- ExtensionMsg_AccessibilityEventParams) |
+IPC_MESSAGE_ROUTED2(ExtensionMsg_AccessibilityEvent, |
+ ExtensionMsg_AccessibilityEventParams, |
+ bool /* is_active_profile */) |
// Messages sent from the renderer to the browser. |