summaryrefslogtreecommitdiffstats
path: root/extensions/common/extension_messages.h
diff options
context:
space:
mode:
authorvrk <vrk@chromium.org>2015-01-09 16:05:32 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-10 00:06:34 +0000
commit85dfc5c2d0e02a291749f6965b5e271af5b1956d (patch)
tree4a2940de333d216d6443e18f95e9a235650b783d /extensions/common/extension_messages.h
parenta868d823efb862ad18ceabdf9eb8b60b67f6350c (diff)
downloadchromium_src-85dfc5c2d0e02a291749f6965b5e271af5b1956d.zip
chromium_src-85dfc5c2d0e02a291749f6965b5e271af5b1956d.tar.gz
chromium_src-85dfc5c2d0e02a291749f6965b5e271af5b1956d.tar.bz2
Add guestProcessId for WebViews talking to component extensions
This enables logging to work on the Hangouts packaged app and Chromebox for meetings. BUG=424762 Review URL: https://codereview.chromium.org/782443002 Cr-Commit-Position: refs/heads/master@{#310903}
Diffstat (limited to 'extensions/common/extension_messages.h')
-rw-r--r--extensions/common/extension_messages.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
index 4d181c1..9e3e6bb 100644
--- a/extensions/common/extension_messages.h
+++ b/extensions/common/extension_messages.h
@@ -183,6 +183,9 @@ IPC_STRUCT_BEGIN(ExtensionMsg_ExternalConnectionInfo)
// The ID of the frame that is the target of the request.
IPC_STRUCT_MEMBER(int, target_frame_id)
+
+ // The process ID of the webview that initiated the request.
+ IPC_STRUCT_MEMBER(int, guest_process_id)
IPC_STRUCT_END()
IPC_STRUCT_TRAITS_BEGIN(extensions::DraggableRegion)