| Index: chrome/common/extensions/extension_messages.h
|
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
|
| index 23be3ac33ac75dbc6634d11dcbf031a92509ea6a..a7fd594cc654f2da8cbd220b5aafe650a11b925d 100644
|
| --- a/chrome/common/extensions/extension_messages.h
|
| +++ b/chrome/common/extensions/extension_messages.h
|
| @@ -257,7 +257,7 @@ IPC_MESSAGE_CONTROL4(ExtensionMsg_UpdateTabSpecificPermissions,
|
| int32 /* page_id (only relevant for the target tab) */,
|
| int /* tab_id */,
|
| std::string /* extension_id */,
|
| - URLPatternSet /* host */)
|
| + URLPatternSet /* hosts */)
|
|
|
| // Tell the renderer to clear tab-specific permissions for some extensions.
|
| IPC_MESSAGE_CONTROL2(ExtensionMsg_ClearTabSpecificPermissions,
|
|
|