Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 449542afcd24e58eb13dcd314867d7d96b3438db..269fcc44ed5c23f46c57a4fc7bf75fdca7e9c542 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -421,6 +421,12 @@ class Browser : public TabStripModelDelegate, |
int active_match_ordinal, |
bool final_update); |
+ // Helper function to handle media access requests. |
+ static void RequestMediaAccessPermissionHelper( |
+ content::WebContents* web_contents, |
+ const content::MediaStreamRequest* request, |
+ const content::MediaResponseCallback& callback); |
+ |
// Called by chrome::Navigate() when a navigation has occurred in a tab in |
// this Browser. Updates the UI for the start of this navigation. |
void UpdateUIForNavigationInTab(TabContents* contents, |