| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 2475bb2a6b001fc07f8393d4495d262e5a7951a9..bc8a350000a23820b56ca75e2dc4033bf6ac932e 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -644,6 +644,11 @@ class Browser : public TabStripModelObserver,
|
| 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;
|
|
|
| // Overridden from CoreTabHelperDelegate:
|
| // Note that the caller is responsible for deleting |old_tab_contents|.
|
|
|