Index: chrome/browser/ui/browser_finder.h |
=================================================================== |
--- chrome/browser/ui/browser_finder.h (revision 152789) |
+++ chrome/browser/ui/browser_finder.h (working copy) |
@@ -36,12 +36,10 @@ |
// additional information. |
Browser* FindAnyBrowser(Profile* profile, bool match_original_profiles); |
-// Find an existing browser window with the provided profile and hosted in the |
-// given desktop. Searches in the order of last activation. Only browsers that |
-// have been active can be returned. Returns NULL if no such browser currently |
-// exists. |
-Browser* FindBrowserWithProfile(Profile* profile, |
- chrome::HostDesktopType type); |
+// Find an existing browser window with the provided profile. Searches in the |
+// order of last activation. Only browsers that have been active can be |
+// returned. Returns NULL if no such browser currently exists. |
+Browser* FindBrowserWithProfile(Profile* profile); |
// Find an existing browser with the provided ID. Returns NULL if no such |
// browser currently exists. |