Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8187)

Unified Diff: chrome/browser/ui/browser_list.h

Issue 10830102: [Web Intents] Add ability to dispatch intents from extension-caused code (i.e. context menus) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..04f02fab569454af234ce6808e2c2af81857397d 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* GetWebIntentDeliveryBrowser(Profile*);
+}
+
#if defined(USE_ASH)
content::WebContents* GetActiveWebContents();
#endif
@@ -102,6 +106,7 @@ class BrowserList {
friend class TaskManager;
friend class WindowSizer;
friend class browser::BrowserActivityObserver;
+ friend Browser* web_intents::GetWebIntentDeliveryBrowser(Profile*);
#if defined(OS_CHROMEOS)
friend class chromeos::ScreenLocker;
#endif
« chrome/browser/extensions/extension_host.cc ('K') | « chrome/browser/intents/web_intents_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698