| Index: chrome/common/extensions/extension_messages.h
|
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
|
| index fecb78961db3039956ee8bcd459a6b5bdb13c1e0..97a7c9feb844e2de5f6af6444b60a04a9ca3dfaa 100644
|
| --- a/chrome/common/extensions/extension_messages.h
|
| +++ b/chrome/common/extensions/extension_messages.h
|
| @@ -80,9 +80,6 @@ IPC_STRUCT_BEGIN(ExtensionHostMsg_Request_Params)
|
| // extension. Or, they can originate from hosted apps or normal web pages.
|
| IPC_STRUCT_MEMBER(GURL, source_url)
|
|
|
| - // Web security origin of the frame the request was sent from.
|
| - IPC_STRUCT_MEMBER(string16, source_origin)
|
| -
|
| // Unique request id to match requests and responses.
|
| IPC_STRUCT_MEMBER(int, request_id)
|
|
|
|
|