| 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..b6b6eb72b765c4aedd31164445cac3f1e0a309d4 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_AllowMediaAccess::ID:
|
| case BrowserPluginHostMsg_DragStatusUpdate::ID:
|
| case BrowserPluginHostMsg_Go::ID:
|
| case BrowserPluginHostMsg_HandleInputEvent::ID:
|
|
|