| Index: content/renderer/browser_plugin/browser_plugin.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
|
| index fad7f648f220f6a74c8e097c831fd02ecae50f88..4f365c7554904b211cbef724341be8b872ef6371 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -120,6 +120,12 @@ class CONTENT_EXPORT BrowserPlugin :
|
| // touch events.
|
| void SetAcceptTouchEvents(bool accept);
|
|
|
| + // Requests media access permission from the embedder.
|
| + void RequestMediaAccess(int request_id);
|
| + // Informs the BrowserPlugin that the guest's request for media access has
|
| + // been allowed or denied by the embedder.
|
| + void RespondMediaAccess(int request_id, bool allow);
|
| +
|
| // Tells the BrowserPlugin to tell the guest to navigate to the previous
|
| // navigation entry in the navigation history.
|
| void Back();
|
|
|