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

Unified Diff: chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc

Issue 2685333005: ash: fix regression where ctrl+n put new window on wrong desktop (Closed)
Patch Set: We have both kinds of compile fixes: mac and windows Created 3 years, 10 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/ui/startup/session_crashed_infobar_delegate_unittest.cc
diff --git a/chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc b/chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc
index 49f37563b2462fca5b5cc907e4594373f7239165..cb8f25841bc6bb33d0eac621ecf8390677c0e5f5 100644
--- a/chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc
+++ b/chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc
@@ -57,7 +57,7 @@ TEST_F(SessionCrashedInfoBarDelegateUnitTest, DetachingTabWithCrashedInfoBar) {
browser()->profile()))));
// Create a browser which we can close during the test.
- Browser::CreateParams params(browser()->profile());
+ Browser::CreateParams params(browser()->profile(), true);
std::unique_ptr<Browser> first_browser(
chrome::CreateBrowserWithTestWindowForParams(&params));
AddTab(first_browser.get(), GURL(chrome::kChromeUINewTabURL));

Powered by Google App Engine
This is Rietveld 408576698