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

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.h

Issue 2578893003: Converts chrome to aura-mus (Closed)
Patch Set: merge again Created 4 years 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/views/frame/browser_non_client_frame_view_mus.h
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.h
index 48b4bc43146f38445054fd59760c91f5f1344254..bdd84f790a5d53e2b0c9d783b00dc3ea49bfb2bf 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.h
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.h
@@ -20,10 +20,6 @@
class TabIconView;
class WebAppLeftHeaderView;
-namespace ui {
-class Window;
-}
-
class BrowserNonClientFrameViewMus : public BrowserNonClientFrameView,
public TabIconViewModel,
public TabStripObserver {
@@ -72,9 +68,7 @@ class BrowserNonClientFrameViewMus : public BrowserNonClientFrameView,
void UpdateProfileIcons() override;
private:
- ui::Window* mus_window();
-
- // Resets the client area on the ui::Window.
+ // Resets the client area of the WindowTreeHostMus.
void UpdateClientArea();
// TabStripObserver:

Powered by Google App Engine
This is Rietveld 408576698