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

Unified Diff: chrome/browser/chromeos/first_run/drive_first_run_controller.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/chromeos/first_run/drive_first_run_controller.cc
diff --git a/chrome/browser/chromeos/first_run/drive_first_run_controller.cc b/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
index d81a9ea5c5a1009bbd41473cad238e2e18390ae0..4219faa03ec068f1b7196a0204a6c641f90cf47e 100644
--- a/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
+++ b/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
@@ -105,9 +105,7 @@ void DriveOfflineNotificationDelegate::ButtonClick(int button_index) {
// The support page will be localized based on the user's GAIA account.
const GURL url = GURL(kDriveOfflineSupportUrl);
- chrome::ScopedTabbedBrowserDisplayer displayer(
- profile_,
- chrome::HOST_DESKTOP_TYPE_ASH);
+ chrome::ScopedTabbedBrowserDisplayer displayer(profile_);
chrome::ShowSingletonTabOverwritingNTP(
displayer.browser(),
chrome::GetSingletonTabNavigateParams(displayer.browser(), url));

Powered by Google App Engine
This is Rietveld 408576698