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

Unified Diff: chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc

Issue 1699973002: Remove HostDesktopType from BrowserWithTestWindowTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-22
Patch Set: cros 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/ui/exclusive_access/fullscreen_controller_state_unittest.cc
diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc b/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc
index dae3687c0e10e09294553af93b66be1fa7895235..9bd0d34ede37a9019e858f2abdc4fbb30c5a845a 100644
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc
@@ -841,12 +841,9 @@ TEST_F(FullscreenControllerStateUnitTest,
// Create the second browser window.
const scoped_ptr<BrowserWindow> second_browser_window(CreateBrowserWindow());
- const scoped_ptr<Browser> second_browser(CreateBrowser(
- browser()->profile(),
- browser()->type(),
- false,
- browser()->host_desktop_type(),
- second_browser_window.get()));
+ const scoped_ptr<Browser> second_browser(
+ CreateBrowser(browser()->profile(), browser()->type(), false,
+ second_browser_window.get()));
AddTab(second_browser.get(), GURL(url::kAboutBlankURL));
content::WebContentsDelegate* const second_wc_delegate =
static_cast<content::WebContentsDelegate*>(second_browser.get());

Powered by Google App Engine
This is Rietveld 408576698