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

Unified Diff: ash/mus/window_manager_application.h

Issue 2182643003: Remove shell::Connection* parameter to InterfaceFactory<T>::Create() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « no previous file | ash/mus/window_manager_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager_application.h
diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h
index 2eee947a4992fd5bda808c37837172ea9d44fac2..363a52c02da5d230cc1eee7e96b33402cd8b68b8 100644
--- a/ash/mus/window_manager_application.h
+++ b/ash/mus/window_manager_application.h
@@ -72,16 +72,16 @@ class WindowManagerApplication
bool OnConnect(shell::Connection* connection) override;
// shell::InterfaceFactory<mojom::ShelfLayout>:
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
mojo::InterfaceRequest<mojom::ShelfLayout> request) override;
// shell::InterfaceFactory<mojom::UserWindowController>:
void Create(
- shell::Connection* connection,
+ const shell::Identity& remote_identity,
mojo::InterfaceRequest<mojom::UserWindowController> request) override;
// shell::InterfaceFactory<ui::mojom::AcceleratorRegistrar>:
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
mojo::InterfaceRequest<::ui::mojom::AcceleratorRegistrar> request)
override;
« no previous file with comments | « no previous file | ash/mus/window_manager_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698