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

Unified Diff: chrome/browser/captive_portal/captive_portal_browsertest.cc

Issue 1662783002: Remove HostDesktopType from Browser::CreateParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-12
Patch Set: remove desktop_type_ in bookmark_bubble_sign_in_delegate Created 4 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/captive_portal/captive_portal_browsertest.cc
diff --git a/chrome/browser/captive_portal/captive_portal_browsertest.cc b/chrome/browser/captive_portal/captive_portal_browsertest.cc
index 0373fcb9d1f8febca96a0102ba7ad2bfd5842c6b..65c3e7060aca1631ff8bd37abb12e0e1306de95f 100644
--- a/chrome/browser/captive_portal/captive_portal_browsertest.cc
+++ b/chrome/browser/captive_portal/captive_portal_browsertest.cc
@@ -2668,9 +2668,7 @@ IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, ReloadTimeout) {
// the background one.
// Disabled: http://crbug.com/134357
IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, DISABLED_TwoWindows) {
- Browser* browser2 =
- new Browser(Browser::CreateParams(browser()->profile(),
- browser()->host_desktop_type()));
+ Browser* browser2 = new Browser(Browser::CreateParams(browser()->profile()));
// Navigate the new browser window so it'll be shown and we can pick the
// active window.
ui_test_utils::NavigateToURL(browser2, GURL(url::kAboutBlankURL));
« no previous file with comments | « chrome/browser/background/background_mode_manager.cc ('k') | chrome/browser/chrome_webusb_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698