| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 1d22e668e2b5ae530612747a22bd6853dac1871b..b7380ebacdc69345f6141ddbf259ac9780d0c84f 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -578,6 +578,12 @@ IPC_BEGIN_MESSAGES(View)
|
| IPC_MESSAGE_CONTROL1(ViewMsg_Extension_SetFunctionNames,
|
| std::vector<std::string>)
|
|
|
| + // Tell the renderer process which permissions the given extension has. See
|
| + // Extension::Permissions for which elements correspond to which permissions.
|
| + IPC_MESSAGE_CONTROL2(ViewMsg_Extension_SetPermissions,
|
| + std::string /* extension_id */,
|
| + std::vector<std::string> /* permissions */)
|
| +
|
| // Tell the renderer process all known page action ids for a particular
|
| // extension.
|
| IPC_MESSAGE_CONTROL2(ViewMsg_Extension_UpdatePageActions,
|
|
|