| Index: chrome/browser/ui/views/external_tab_container_win.h
|
| diff --git a/chrome/browser/ui/views/external_tab_container_win.h b/chrome/browser/ui/views/external_tab_container_win.h
|
| index 3569958da75b685d181a814ec5e26e156352cbf6..2c072ffa126091d42e688fa049483e2fd1ef273b 100644
|
| --- a/chrome/browser/ui/views/external_tab_container_win.h
|
| +++ b/chrome/browser/ui/views/external_tab_container_win.h
|
| @@ -180,6 +180,11 @@ class ExternalTabContainerWin : public ExternalTabContainer,
|
| content::WebContents* web_contents,
|
| const content::MediaStreamRequest* request,
|
| const content::MediaResponseCallback& callback) OVERRIDE;
|
| + virtual void RequestPpapiBrokerPermission(
|
| + content::WebContents* web_contents,
|
| + const GURL& url,
|
| + const FilePath& plugin_path,
|
| + const base::Callback<void(bool)>& callback) OVERRIDE;
|
|
|
| void RegisterRenderViewHost(content::RenderViewHost* render_view_host);
|
| void UnregisterRenderViewHost(content::RenderViewHost* render_view_host);
|
|
|