Index: chrome/browser/ui/browser_finder.h |
diff --git a/chrome/browser/ui/browser_finder.h b/chrome/browser/ui/browser_finder.h |
index 8c1c76843408dae19289863a7e76b85ea538ee10..4142a33e1619ea1724adcea73011206fdf19aba9 100644 |
--- a/chrome/browser/ui/browser_finder.h |
+++ b/chrome/browser/ui/browser_finder.h |
@@ -45,6 +45,11 @@ Browser* FindAnyBrowser(Profile* profile, |
// exists. |
Browser* FindBrowserWithProfile(Profile* profile, HostDesktopType type); |
+// Retrieve all tabbed browser for a profile. |
+// |type| refers to the host desktop the returned browser should belong to. |
+std::vector<Browser*> FindAllTabbedBrowsersWithProfile(Profile* profile, |
+ HostDesktopType type); |
+ |
// Find an existing browser with the provided ID. Returns NULL if no such |
// browser currently exists. |
Browser* FindBrowserWithID(SessionID::id_type desired_id); |