Chromium Code Reviews| 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, if any. |
|
not at google - send to devlin
2014/01/23 16:41:59
Comment that this is -1 if there isn't a tab ID so
Lei Zhang
2014/01/23 20:53:12
Will do.
|
| + IPC_STRUCT_MEMBER(int, source_tab_id) |
| + |
| // Unique request id to match requests and responses. |
| IPC_STRUCT_MEMBER(int, request_id) |