| 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 4ffaa3d7b383bdb45bb84d562e2a17ae8b070f4e..57c859a7af199017b38f14986493816bdd752c08 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.cc
|
| @@ -305,6 +305,7 @@ void BrowserPluginEmbedder::WebContentsVisibilityChanged(bool visible) {
|
| bool BrowserPluginEmbedder::ShouldForwardToBrowserPluginGuest(
|
| const IPC::Message& message) {
|
| switch (message.type()) {
|
| + case BrowserPluginHostMsg_AllowPermissionAccess::ID:
|
| case BrowserPluginHostMsg_DragStatusUpdate::ID:
|
| case BrowserPluginHostMsg_Go::ID:
|
| case BrowserPluginHostMsg_HandleInputEvent::ID:
|
|
|