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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 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/ash/launcher/chrome_launcher_controller_win.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc
index 29ec4ac1ed777b74b59734b9b64578d7553dcd52..08260e70d29bdc05c535ddf24df23d4f17e74330 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc
@@ -27,8 +27,8 @@ bool ChromeLauncherController::LaunchedInNativeDesktop(
->GetCurrentAppWindowForApp(app_id);
if (!any_existing_window ||
chrome::GetHostDesktopTypeForNativeWindow(
- any_existing_window->GetNativeWindow())
- != chrome::HOST_DESKTOP_TYPE_NATIVE) {
+ any_existing_window->GetNativeWindow()) !=
+ ui::HOST_DESKTOP_TYPE_NATIVE) {
return false;
}
base::FilePath exe_path;

Powered by Google App Engine
This is Rietveld 408576698