Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9152)

Unified Diff: chrome/common/extensions/chrome_extension_messages.h

Issue 1268163002: Dispatch automation events to the last used profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 3865f3e5b02d925ad7c19f5de2eef0edb3be6020..23d494c0bae6de05a03a8f3eadb278f71dc8684f 100644
--- a/chrome/common/extensions/chrome_extension_messages.h
+++ b/chrome/common/extensions/chrome_extension_messages.h
@@ -92,8 +92,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.

Powered by Google App Engine
This is Rietveld 408576698