| Index: content/browser/browser_plugin/browser_plugin_embedder.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_embedder.cc b/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| index cb7283ff85080235c8633482ecb1cd38bbe0d4bd..6d89b7a96800b4156a0dbfcbf431c1c9478b805a 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| @@ -221,6 +221,7 @@ bool BrowserPluginEmbedder::ShouldForwardToBrowserPluginGuest(
|
| case BrowserPluginHostMsg_PluginDestroyed::ID:
|
| case BrowserPluginHostMsg_Reload::ID:
|
| case BrowserPluginHostMsg_ResizeGuest::ID:
|
| + case BrowserPluginHostMsg_RespondPermission::ID:
|
| case BrowserPluginHostMsg_SetAutoSize::ID:
|
| case BrowserPluginHostMsg_SetFocus::ID:
|
| case BrowserPluginHostMsg_SetName::ID:
|
|
|