| Index: chrome/common/extensions/extension_messages.h
|
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
|
| index 6d41b9c8355d63101b1c3ea9ee12d5524ae9cf0d..4cb6c5cf0e79102c7e90e79f659e8ccc7c27346d 100644
|
| --- a/chrome/common/extensions/extension_messages.h
|
| +++ b/chrome/common/extensions/extension_messages.h
|
| @@ -234,11 +234,12 @@ IPC_MESSAGE_ROUTED1(ExtensionMsg_UpdateBrowserWindowId,
|
| int /* id of browser window */)
|
|
|
| // Tell the renderer to update an extension's permission set.
|
| -IPC_MESSAGE_CONTROL4(ExtensionMsg_UpdatePermissions,
|
| +IPC_MESSAGE_CONTROL5(ExtensionMsg_UpdatePermissions,
|
| + int /* UpdateExtensionPermissionsInfo::REASON */,
|
| std::string /* extension_id*/,
|
| - ExtensionAPIPermissionSet,
|
| - URLPatternSet,
|
| - URLPatternSet)
|
| + ExtensionAPIPermissionSet /* permissions */,
|
| + URLPatternSet /* explicit_hosts */,
|
| + URLPatternSet /* scriptable_hosts */)
|
|
|
| // Tell the renderer which type this view is.
|
| IPC_MESSAGE_ROUTED1(ExtensionMsg_NotifyRenderViewType,
|
|
|