| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 45c90566324e4844abea2006f8331e22fb0ae874..cd71113c75670ab6d4d4db1a885e76b73bd41663 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -102,6 +102,7 @@ IPC_STRUCT_BEGIN(ChromeViewHostMsg_GetPluginInfo_Output)
|
| IPC_STRUCT_MEMBER(std::string, actual_mime_type)
|
| IPC_STRUCT_MEMBER(std::string, group_identifier)
|
| IPC_STRUCT_MEMBER(base::string16, group_name)
|
| + IPC_STRUCT_MEMBER(int, instance_id)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(ContentSettingsPattern::PatternParts)
|
|
|