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

Unified Diff: components/mus/ws/forwarding_window_manager.h

Issue 1644773004: Renames some WindowManager classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup 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
« no previous file with comments | « components/mus/ws/default_access_policy.cc ('k') | components/mus/ws/forwarding_window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/forwarding_window_manager.h
diff --git a/components/mus/ws/forwarding_window_manager.h b/components/mus/ws/forwarding_window_manager.h
index 085f9cf1a787d1806958b1e4f9adb95e8edff235..3f68bf31630d02f38b12324642340cafd67162b9 100644
--- a/components/mus/ws/forwarding_window_manager.h
+++ b/components/mus/ws/forwarding_window_manager.h
@@ -17,14 +17,14 @@ class ConnectionManager;
// WindowManager implementation that forwards to the window manager of the
// active display.
-class ForwardingWindowManager : public mojom::WindowManager {
+class ForwardingWindowManager : public mojom::WindowManagerDeprecated {
public:
explicit ForwardingWindowManager(ConnectionManager* connection_manager);
~ForwardingWindowManager() override;
private:
// Returns the WindowManager of the active display.
- mojom::WindowManager* GetActiveWindowManager();
+ mojom::WindowManagerDeprecated* GetActiveWindowManager();
// mojom::WindowManager:
void OpenWindow(
« no previous file with comments | « components/mus/ws/default_access_policy.cc ('k') | components/mus/ws/forwarding_window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698