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

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

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/ui/cocoa/cocoa_profile_test.mm
diff --git a/chrome/browser/ui/cocoa/cocoa_profile_test.mm b/chrome/browser/ui/cocoa/cocoa_profile_test.mm
index 28853ebaacfd76aa0a876fa782ab0a55b40071a5..05b29ccd0dd1852935133d50d390bce2799a87e5 100644
--- a/chrome/browser/ui/cocoa/cocoa_profile_test.mm
+++ b/chrome/browser/ui/cocoa/cocoa_profile_test.mm
@@ -97,6 +97,5 @@ void CocoaProfileTest::CloseBrowserWindow() {
}
Browser* CocoaProfileTest::CreateBrowser() {
- return new Browser(Browser::CreateParams(profile(),
- chrome::GetActiveDesktop()));
+ return new Browser(Browser::CreateParams(profile()));
}

Powered by Google App Engine
This is Rietveld 408576698