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..8a05f2e8354298ef7f361b1cbd01721b39442fd4 100644 |
--- a/chrome/browser/ui/browser_finder.h |
+++ b/chrome/browser/ui/browser_finder.h |
@@ -52,6 +52,10 @@ Browser* FindBrowserWithID(SessionID::id_type desired_id); |
// Find the browser represented by |window| or NULL if not found. |
Browser* FindBrowserWithWindow(gfx::NativeWindow window); |
+// Find the window for the given |browser| or NULL if the browser has no open |
+// windows. |
+gfx::NativeWindow FindWindowForBrowser(Browser* browser); |
+ |
// Find the browser containing |web_contents| or NULL if none is found. |
// |web_contents| must not be NULL. |
Browser* FindBrowserWithWebContents(const content::WebContents* web_contents); |