Chromium Code Reviews| 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. |
|
Charlie Reis
2012/10/17 06:18:45
nit: s/browser plugin's/a guest's/
Also add "afte
lazyboy
2012/10/17 09:09:53
Done.
|
| + void AllowMediaAccess(int instance_id, int request_id, bool allow); |
|
Charlie Reis
2012/10/17 06:18:45
nit: should_allow
lazyboy
2012/10/17 09:09:53
Done.
|
| // Overrides factory for testing. Default (NULL) value indicates regular |
| // (non-test) environment. |