| 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 72fa56981561fcbe1c7cc76bfd53b1b466db9cbf..220b489273b43c06577d571cee920c79d658d501 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| @@ -107,6 +107,8 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver,
|
| void PluginDestroyed(int instance_id);
|
| void SetGuestVisibility(int instance_id,
|
| bool guest_visible);
|
| + // Allows or denies browser plugin's media access request.
|
| + void AllowMediaAccess(int instance_id, int request_id, bool allow);
|
|
|
| // Overrides factory for testing. Default (NULL) value indicates regular
|
| // (non-test) environment.
|
|
|