Chromium Code Reviews| Index: chrome/browser/ui/cocoa/last_active_browser_cocoa.cc |
| diff --git a/chrome/browser/ui/cocoa/last_active_browser_cocoa.cc b/chrome/browser/ui/cocoa/last_active_browser_cocoa.cc |
| index d0cd33577bd0a1463026a3ffeca80cc4e4b04560..3bece9d14974d55a098984f5e5ee19eefaf4563d 100644 |
| --- a/chrome/browser/ui/cocoa/last_active_browser_cocoa.cc |
| +++ b/chrome/browser/ui/cocoa/last_active_browser_cocoa.cc |
| @@ -9,7 +9,7 @@ |
| namespace chrome { |
| Browser* GetLastActiveBrowser() { |
|
sky
2016/02/02 22:33:10
Can you nuke this function and replace with FindLa
scottmg
2016/02/02 23:08:43
The header says it's needed to interface with Obj-
|
| - return FindLastActiveWithHostDesktopType(HOST_DESKTOP_TYPE_NATIVE); |
| + return FindLastActive(); |
| } |
| } // namespace chrome |