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

Unified Diff: chrome/browser/ui/browser_window.h

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/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index afbddd2b2dca65eb7c9ba0a31fe371fd2cfaa3c2..0009c517b855db96c716bd5641b90400e924b533 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -362,11 +362,13 @@ class BrowserWindow : public ui::BaseWindow {
// Construct a BrowserWindow implementation for the specified |browser|.
static BrowserWindow* CreateBrowserWindow(Browser* browser);
- // Returns a HostDesktopType that is compatible with the current Chrome window
- // configuration. On Windows with Ash, this is always HOST_DESKTOP_TYPE_ASH
+ // Returns a ui::HostDesktopType that is compatible with the current Chrome
+ // window
+ // configuration. On Windows with Ash, this is always
+ // ui::HOST_DESKTOP_TYPE_ASH
// while Chrome is running in Metro mode. Otherwise returns |desktop_type|.
- static chrome::HostDesktopType AdjustHostDesktopType(
- chrome::HostDesktopType desktop_type);
+ static ui::HostDesktopType AdjustHostDesktopType(
+ ui::HostDesktopType desktop_type);
// Shows the avatar bubble on the window frame off of the avatar button with
// the given mode. The Service Type specified by GAIA is provided as well.

Powered by Google App Engine
This is Rietveld 408576698