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

Unified Diff: chrome/browser/ui/cocoa/test/cocoa_profile_test.mm

Issue 2685333005: ash: fix regression where ctrl+n put new window on wrong desktop (Closed)
Patch Set: Rebase to ToT 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/cocoa/test/cocoa_profile_test.mm
diff --git a/chrome/browser/ui/cocoa/test/cocoa_profile_test.mm b/chrome/browser/ui/cocoa/test/cocoa_profile_test.mm
index 707f143e47fd86fab40cd9a7ff1524ef3424a8c1..4362c46682bad7f6663a8e9fb8485fb11e56b678 100644
--- a/chrome/browser/ui/cocoa/test/cocoa_profile_test.mm
+++ b/chrome/browser/ui/cocoa/test/cocoa_profile_test.mm
@@ -94,5 +94,5 @@ void CocoaProfileTest::CloseBrowserWindow() {
}
Browser* CocoaProfileTest::CreateBrowser() {
- return new Browser(Browser::CreateParams(profile()));
+ return new Browser(Browser::CreateParams(profile(), true));
}

Powered by Google App Engine
This is Rietveld 408576698