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

Unified Diff: ui/views/mus/native_widget_mus.h

Issue 1423133003: Routes calls to WM through WS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no braces Created 5 years, 2 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
« no previous file with comments | « mandoline/ui/phone_ui/phone_browser_application_delegate.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/native_widget_mus.h
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h
index 1232d2f9aa90ebe223af3c56f953e13da24e27dd..f56a9bf8739ae7f9ca40c712664bca00efa79751 100644
--- a/ui/views/mus/native_widget_mus.h
+++ b/ui/views/mus/native_widget_mus.h
@@ -46,11 +46,6 @@ class NativeWidgetMus : public internal::NativeWidgetPrivate,
mus::Window* window);
~NativeWidgetMus() override;
- // TODO(beng): move to ctor.
- void set_window_manager(mus::mojom::WindowManager* window_manager) {
- window_manager_ = window_manager;
- }
-
private:
void UpdateClientAreaInWindowManager();
@@ -172,7 +167,6 @@ class NativeWidgetMus : public internal::NativeWidgetPrivate,
internal::NativeWidgetDelegate* native_widget_delegate_;
- mus::mojom::WindowManager* window_manager_;
mus::mojom::ShowState show_state_before_fullscreen_;
// Aura configuration.
« no previous file with comments | « mandoline/ui/phone_ui/phone_browser_application_delegate.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698