Index: chrome/common/extensions/extension_messages.h |
=================================================================== |
--- chrome/common/extensions/extension_messages.h (revision 246091) |
+++ chrome/common/extensions/extension_messages.h (working copy) |
@@ -82,6 +82,9 @@ |
// extension. Or, they can originate from hosted apps or normal web pages. |
IPC_STRUCT_MEMBER(GURL, source_url) |
+ // The id of the tab that sent this request, or -1 if there is no source tab. |
+ IPC_STRUCT_MEMBER(int, source_tab_id) |
+ |
// Unique request id to match requests and responses. |
IPC_STRUCT_MEMBER(int, request_id) |