| Index: chrome/browser/ui/browser_finder.h
|
| diff --git a/chrome/browser/ui/browser_finder.h b/chrome/browser/ui/browser_finder.h
|
| index 5bc3ffc9771fcc006413f3ae89d675d816d07572..25f2020a92e62c771921d9613bbc245d6c6533df 100644
|
| --- a/chrome/browser/ui/browser_finder.h
|
| +++ b/chrome/browser/ui/browser_finder.h
|
| @@ -18,10 +18,6 @@ class WebContents;
|
|
|
| namespace browser {
|
|
|
| -// Deprecated: Use FindTabbedBrowser() instead and pass in a desktop context.
|
| -Browser* FindTabbedBrowserDeprecated(Profile* profile,
|
| - bool match_original_profiles);
|
| -
|
| // Retrieve the last active tabbed browser with a profile matching |profile|.
|
| // If |match_original_profiles| is true, matching is done based on the
|
| // original profile, eg profile->GetOriginalProfile() ==
|
|
|