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

Unified Diff: chrome/browser/ui/browser_instant_controller_unittest.cc

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
« no previous file with comments | « chrome/browser/ui/browser_focus_uitest.cc ('k') | chrome/browser/ui/browser_live_tab_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_instant_controller_unittest.cc
diff --git a/chrome/browser/ui/browser_instant_controller_unittest.cc b/chrome/browser/ui/browser_instant_controller_unittest.cc
index fe128499eb5c7ea2cfa1d0e04f596d42032753ab..0db9e7e2fd695bb852227c11cf1ae0d601cd1d82 100644
--- a/chrome/browser/ui/browser_instant_controller_unittest.cc
+++ b/chrome/browser/ui/browser_instant_controller_unittest.cc
@@ -223,7 +223,7 @@ TEST_F(BrowserInstantControllerTest, GoogleBaseURLUpdated) {
TEST_F(BrowserInstantControllerTest, BrowserWindowLifecycle) {
std::unique_ptr<BrowserWindow> window(CreateBrowserWindow());
- Browser::CreateParams params(profile());
+ Browser::CreateParams params(profile(), true);
params.window = window.get();
std::unique_ptr<Browser> browser(new Browser(params));
InstantServiceObserver* bic;
« no previous file with comments | « chrome/browser/ui/browser_focus_uitest.cc ('k') | chrome/browser/ui/browser_live_tab_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698