| Index: chrome/browser/safe_browsing/srt_fetcher_win.cc
|
| diff --git a/chrome/browser/safe_browsing/srt_fetcher_win.cc b/chrome/browser/safe_browsing/srt_fetcher_win.cc
|
| index 6d86c0a5e50bba45d760fd2b42691dca153d513e..8a2ae577f36516aa9359cef933345876dfac6501 100644
|
| --- a/chrome/browser/safe_browsing/srt_fetcher_win.cc
|
| +++ b/chrome/browser/safe_browsing/srt_fetcher_win.cc
|
| @@ -106,7 +106,7 @@ void DisplaySRTPrompt(const base::FilePath& download_path) {
|
| // Make sure we have a tabbed browser since we need to anchor the bubble to
|
| // the toolbar's wrench menu. Create one if none exist already.
|
| if (browser->type() != Browser::TYPE_TABBED) {
|
| - browser = chrome::FindTabbedBrowser(profile, false, desktop_type);
|
| + browser = chrome::FindTabbedBrowser(profile, false);
|
| if (!browser)
|
| browser = new Browser(Browser::CreateParams(profile, desktop_type));
|
| }
|
|
|