| Index: chrome/common/extensions/extension_messages.h
|
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
|
| index 37dbfdc4ae3c1d6af87ee44d0cc4bac934c9c1cd..9403e2986665cfaf485cecc522076706c7ca02dd 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)
|
|
|
|
|