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

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

Issue 2577963006: Revert of Converts chrome to aura-mus (Closed)
Patch Set: 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 bdd84f790a5d53e2b0c9d783b00dc3ea49bfb2bf..48b4bc43146f38445054fd59760c91f5f1344254 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
@@ -19,6 +19,10 @@
class TabIconView;
class WebAppLeftHeaderView;
+
+namespace ui {
+class Window;
+}
class BrowserNonClientFrameViewMus : public BrowserNonClientFrameView,
public TabIconViewModel,
@@ -68,7 +72,9 @@
void UpdateProfileIcons() override;
private:
- // Resets the client area of the WindowTreeHostMus.
+ ui::Window* mus_window();
+
+ // Resets the client area on the ui::Window.
void UpdateClientArea();
// TabStripObserver:
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame_mus.cc ('k') | chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698