| Index: chrome/browser/ui/browser_list.h
|
| diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h
|
| index b0b39743574b910636f68d9cb1d2ccfe1d7785bf..a8880262ae6d232042eb3b897de55c88f7bb680b 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
|
|
|