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

Unified Diff: components/filesystem/file_system_app.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: components/filesystem/file_system_app.h
diff --git a/components/filesystem/file_system_app.h b/components/filesystem/file_system_app.h
index be424c7f3b98860447082431064372afe3b2ebda..3e5475ad6fb57ec70e18117bee4b976e882e0e17 100644
--- a/components/filesystem/file_system_app.h
+++ b/components/filesystem/file_system_app.h
@@ -37,7 +37,7 @@ class FileSystemApp : public shell::Service,
bool OnConnect(shell::Connection* connection) override;
// |InterfaceFactory<Files>| implementation:
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
mojo::InterfaceRequest<mojom::FileSystem> request) override;
mojo::TracingImpl tracing_;

Powered by Google App Engine
This is Rietveld 408576698