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

Unified Diff: chrome/browser/ui/blocked_content/app_modal_dialog_helper.cc

Issue 1637943003: Remove HostDesktopType from BrowserList::GetInstance() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screen-wrapper-land
Patch Set: mac2 Created 4 years, 11 months 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
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/blocked_content/app_modal_dialog_helper.cc
diff --git a/chrome/browser/ui/blocked_content/app_modal_dialog_helper.cc b/chrome/browser/ui/blocked_content/app_modal_dialog_helper.cc
index fea3ec37b5699dedf8f3e2af672772334c2cb5e0..2b539ea35723b7cb7789f40f10457162a8954d9a 100644
--- a/chrome/browser/ui/blocked_content/app_modal_dialog_helper.cc
+++ b/chrome/browser/ui/blocked_content/app_modal_dialog_helper.cc
@@ -16,10 +16,7 @@ AppModalDialogHelper::AppModalDialogHelper(content::WebContents* dialog_host)
// If the WebContents that triggered this dialog is not currently focused, we
// want to store a potential popup here to restore it after the dialog was
// closed.
- chrome::HostDesktopType desktop_type =
- chrome::GetHostDesktopTypeForNativeView(dialog_host->GetNativeView());
- Browser* active_browser =
- BrowserList::GetInstance(desktop_type)->GetLastActive();
+ Browser* active_browser = BrowserList::GetInstance()->GetLastActive();
if (active_browser) {
content::WebContents* active_web_contents =
active_browser->tab_strip_model()->GetActiveWebContents();
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698