| Index: chrome/browser/ui/browser_finder.cc
|
| diff --git a/chrome/browser/ui/browser_finder.cc b/chrome/browser/ui/browser_finder.cc
|
| index 859fb1109fc085bfa9b5ba174b56cbac70b9b2cd..f14202e186f4b0c939d764fb94b6c35870c00708 100644
|
| --- a/chrome/browser/ui/browser_finder.cc
|
| +++ b/chrome/browser/ui/browser_finder.cc
|
| @@ -127,12 +127,6 @@ size_t GetBrowserCountImpl(Profile* profile,
|
|
|
| namespace browser {
|
|
|
| -Browser* FindTabbedBrowserDeprecated(Profile* profile,
|
| - bool match_original_profiles) {
|
| - return FindTabbedBrowser(profile, match_original_profiles,
|
| - chrome::HOST_DESKTOP_TYPE_NATIVE);
|
| -}
|
| -
|
| Browser* FindTabbedBrowser(Profile* profile,
|
| bool match_original_profiles,
|
| chrome::HostDesktopType type) {
|
|
|