Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8512)

Unified Diff: chrome/browser/ui/browser_finder.cc

Issue 11348344: Remove last usages of FindTabbedBrowserDeprecated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove presubmit check as well. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698