| 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 =
|
|
|