diff options
Diffstat (limited to 'chrome/browser/ui/browser_list.h')
-rw-r--r-- | chrome/browser/ui/browser_list.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h index b0b3974..a888026 100644 --- a/chrome/browser/ui/browser_list.h +++ b/chrome/browser/ui/browser_list.h @@ -40,6 +40,10 @@ namespace content { class WebContents; } +namespace web_intents { +Browser* GetBrowserForBackgroundWebIntentDelivery(Profile*); +} + #if defined(USE_ASH) content::WebContents* GetActiveWebContents(); #endif @@ -102,6 +106,8 @@ class BrowserList { friend class TaskManager; friend class WindowSizer; friend class browser::BrowserActivityObserver; + friend Browser* web_intents::GetBrowserForBackgroundWebIntentDelivery( + Profile*); #if defined(OS_CHROMEOS) friend class chromeos::ScreenLocker; #endif |