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

Unified Diff: services/ui/input_devices/input_device_server.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
Index: services/ui/input_devices/input_device_server.h
diff --git a/services/ui/input_devices/input_device_server.h b/services/ui/input_devices/input_device_server.h
index 1271070da48643e1715c77b9a590ec75fce58691..2819055020847a886e4d4878c33aa0549d70f82a 100644
--- a/services/ui/input_devices/input_device_server.h
+++ b/services/ui/input_devices/input_device_server.h
@@ -52,7 +52,7 @@ class InputDeviceServer
void SendDeviceListsComplete(mojom::InputDeviceObserverMojo* observer);
// mojo::InterfaceFactory<mojom::InputDeviceServer>:
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
mojom::InputDeviceServerRequest request) override;
mojo::BindingSet<mojom::InputDeviceServer> bindings_;

Powered by Google App Engine
This is Rietveld 408576698