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

Unified Diff: components/mus/ws/window_manager_factory_registry.cc

Issue 1775133003: Moves EventDispatcher from Display to WindowManagerState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: todo Created 4 years, 9 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/window_manager_factory_registry.h ('k') | components/mus/ws/window_manager_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_manager_factory_registry.cc
diff --git a/components/mus/ws/window_manager_factory_registry.cc b/components/mus/ws/window_manager_factory_registry.cc
index d7bb57622f506aaa94b751476814441214eb0279..8c76131a07efe52e6fb8f13de11d779208666de4 100644
--- a/components/mus/ws/window_manager_factory_registry.cc
+++ b/components/mus/ws/window_manager_factory_registry.cc
@@ -93,7 +93,9 @@ void WindowManagerFactoryRegistry::OnWindowManagerFactorySet(
connection_manager_->OnFirstWindowManagerFactorySet();
}
-void WindowManagerFactoryRegistry::OnActiveUserIdChanged(const UserId& id) {}
+void WindowManagerFactoryRegistry::OnActiveUserIdChanged(
+ const UserId& previously_active_id,
+ const UserId& active_id) {}
void WindowManagerFactoryRegistry::OnUserIdAdded(const UserId& id) {}
« no previous file with comments | « components/mus/ws/window_manager_factory_registry.h ('k') | components/mus/ws/window_manager_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698