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

Unified Diff: chrome/browser/extensions/theme_installed_infobar_delegate.cc

Issue 1661713002: Remove the rest of HostDesktopType from c/b/ui/browser_finder.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-11
Patch Set: linux adl 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
Index: chrome/browser/extensions/theme_installed_infobar_delegate.cc
diff --git a/chrome/browser/extensions/theme_installed_infobar_delegate.cc b/chrome/browser/extensions/theme_installed_infobar_delegate.cc
index 98d52ab726027f160377132909fb7fa2583c12f1..764789beb74e1d7118360aa3d4b0a1fba573978f 100644
--- a/chrome/browser/extensions/theme_installed_infobar_delegate.cc
+++ b/chrome/browser/extensions/theme_installed_infobar_delegate.cc
@@ -41,8 +41,7 @@ void ThemeInstalledInfoBarDelegate::Create(
// FindTabbedBrowser() is called with |match_original_profiles| true because a
// theme install in either a normal or incognito window for a profile affects
// all normal and incognito windows for that profile.
- Browser* browser =
- chrome::FindTabbedBrowser(profile, true, chrome::GetActiveDesktop());
+ Browser* browser = chrome::FindTabbedBrowser(profile, true);
if (!browser)
return;
content::WebContents* web_contents =
« no previous file with comments | « chrome/browser/extensions/external_install_error.cc ('k') | chrome/browser/extensions/window_open_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698