Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
| index 1a002f1dcfdaba9a884d25d1f542e859500abf2d..7bc83516a344f54a574b96a440addaecf2e621de 100644 |
| --- a/chrome/browser/ui/browser.h |
| +++ b/chrome/browser/ui/browser.h |
| @@ -1007,6 +1007,11 @@ class Browser : public TabStripModelDelegate, |
| bool last_unlocked_by_target) OVERRIDE; |
| virtual void LostMouseLock() OVERRIDE; |
|
jam
2012/06/11 05:31:57
nit: please take out this blank line, and the coup
Evan Stade
2012/06/12 00:00:46
Done.
|
| + 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|. |
| virtual void SwapTabContents(TabContents* old_tab_contents, |