| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index db5fdbfe79d4f6c1912d5473cffbd6fb79f386c6..337b815b7122c9bb7962efe212ccbdf768c2ce53 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -962,6 +962,12 @@ IPC_MESSAGE_ROUTED2(FrameMsg_SaveImageAt,
|
| // Notifies the renderer of updates to the Plugin Power Saver origin whitelist.
|
| IPC_MESSAGE_ROUTED1(FrameMsg_UpdatePluginContentOriginWhitelist,
|
| std::set<url::Origin> /* origin_whitelist */)
|
| +
|
| +// This message notifies that the frame that the volume of the Pepper instance
|
| +// for |pp_instance| should be changed to |volume|.
|
| +IPC_MESSAGE_ROUTED2(FrameMsg_SetPepperVolume,
|
| + int32_t /* pp_instance */,
|
| + double /* volume */)
|
| #endif // defined(ENABLE_PLUGINS)
|
|
|
| // Used to instruct the RenderFrame to go into "view source" mode. This should
|
|
|