| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 7cba33948120101ee8a435f2425c0cdecfed3dfb..cc899fe7da00c7bc43c5d00294d7d8a927e1562e 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -994,18 +994,20 @@ class Browser : public TabStripModelDelegate,
|
| const gfx::Size& pref_size) OVERRIDE;
|
| virtual void ResizeDueToAutoResize(content::WebContents* source,
|
| const gfx::Size& new_size) OVERRIDE;
|
| -
|
| virtual void FindReply(content::WebContents* tab,
|
| int request_id,
|
| int number_of_matches,
|
| const gfx::Rect& selection_rect,
|
| int active_match_ordinal,
|
| bool final_update) OVERRIDE;
|
| -
|
| virtual void RequestToLockMouse(content::WebContents* tab,
|
| bool user_gesture,
|
| bool last_unlocked_by_target) OVERRIDE;
|
| virtual void LostMouseLock() OVERRIDE;
|
| + virtual void RequestMediaAccessPermission(
|
| + content::WebContents* web_contents,
|
| + const content::MediaStreamRequest* request,
|
| + const content::MediaResponseCallback& callback) OVERRIDE;
|
|
|
| // Overridden from CoreTabHelperDelegate:
|
| // Note that the caller is responsible for deleting |old_tab_contents|.
|
|
|