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

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

Issue 2080573003: Track all changed nodes during an update (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make suggested change. Created 4 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 a15e1e986ce8cb4b72abf887ac8d52b7cb027ddf..148fc31a6972a553d18c8c8a428d58c4ba483841 100644
--- a/chrome/common/extensions/chrome_extension_messages.h
+++ b/chrome/common/extensions/chrome_extension_messages.h
@@ -117,6 +117,9 @@ IPC_STRUCT_BEGIN(ExtensionMsg_AccessibilityEventParams)
// ID of the node that the event applies to.
IPC_STRUCT_MEMBER(int, id)
+
+ // The source of this event.
+ IPC_STRUCT_MEMBER(ui::AXEventFrom, event_from)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(ExtensionMsg_AccessibilityLocationChangeParams)

Powered by Google App Engine
This is Rietveld 408576698