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

Unified Diff: components/filesystem/file_system_impl.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 | « components/filesystem/file_system_app.cc ('k') | components/filesystem/file_system_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/file_system_impl.h
diff --git a/components/filesystem/file_system_impl.h b/components/filesystem/file_system_impl.h
index 05a2cbeb8139caeb1aa7ad0256d9fd7efdd7c565..682d3b679d7ffa0f911d2b3941706c806edac166 100644
--- a/components/filesystem/file_system_impl.h
+++ b/components/filesystem/file_system_impl.h
@@ -17,7 +17,7 @@ class FilePath;
}
namespace shell {
-class Connection;
+class Identity;
}
namespace filesystem {
@@ -30,7 +30,7 @@ class FileSystemImpl : public mojom::FileSystem {
public:
// |persistent_dir| is the directory served to callers of
// |OpenPersistentFileSystem().
- FileSystemImpl(shell::Connection* connection,
+ FileSystemImpl(const shell::Identity& remote_identity,
mojo::InterfaceRequest<mojom::FileSystem> request,
base::FilePath persistent_dir,
scoped_refptr<LockTable> lock_table);
« no previous file with comments | « components/filesystem/file_system_app.cc ('k') | components/filesystem/file_system_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698