Chromium Code Reviews| Index: content/common/browser_plugin_messages.h |
| diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
| index a853efb5ba56fbc169a28096a80dac7c66dad57a..d63fd22b330ae01512c6be166543aee3e19390b1 100644 |
| --- a/content/common/browser_plugin_messages.h |
| +++ b/content/common/browser_plugin_messages.h |
| @@ -117,6 +117,11 @@ IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_NavigateGuest, |
| IPC_MESSAGE_ROUTED1(BrowserPluginHostMsg_PluginDestroyed, |
| int /* instance_id */) |
| +// Tells the guest to show or hide itself |
|
Charlie Reis
2012/10/05 00:33:18
nit: End with a period.
This comment is also a bi
Fady Samuel
2012/10/05 15:22:07
Done.
|
| +IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetVisibility, |
| + int /* instance_id */, |
| + bool /* visible */) |
| + |
| // ----------------------------------------------------------------------------- |
| // These messages are from the guest renderer to the browser process |