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

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

Issue 1581473002: Remove base/win/metro.{cc|h} and some associated code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 11 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 23a1dcf14d71da0c0fa02824f8d81a6998b3ab00..45f5532aaca1f998c6c330c8f5b8b3e65b56e60a 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -360,12 +360,6 @@ 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
- // while Chrome is running in Metro mode. Otherwise returns |desktop_type|.
- static chrome::HostDesktopType AdjustHostDesktopType(
- chrome::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.
// |access_point| indicates the access point used to open the Gaia sign in

Powered by Google App Engine
This is Rietveld 408576698