| Index: content/browser/browser_plugin/browser_plugin_embedder.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| index b8450070f171e9a4aa3d27813860789e82f3680d..9ae6adc9d6008d53b8c75b9a6a1c55fb5d0174d5 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| @@ -126,6 +126,7 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver,
|
| int request_id,
|
| const gfx::Point& position);
|
| void OnPluginDestroyed(int instance_id);
|
| + void OnAllowMediaAccess(int instance_id, int request_id, bool should_allow);
|
| void OnSwapBuffersACK(int route_id,
|
| int gpu_host_id,
|
| const std::string& mailbox_name,
|
|
|