| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index ba0c31946e6b7ae675ad7513b872c0bea6256e99..ebc42521ddca58f691809ad3860300494362729f 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -671,6 +671,11 @@ class Browser : public TabStripModelObserver,
|
| content::WebContents* web_contents,
|
| const content::MediaStreamRequest* request,
|
| const content::MediaResponseCallback& callback) OVERRIDE;
|
| + virtual bool 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|.
|
|
|