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

Unified Diff: components/filesystem/file_system_impl.h

Issue 1708253004: mojo: Get mojo:leveldb and mojo:filesystem compiled into content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Probable fix to the build flake. Created 4 years, 10 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 11ac05d96e554e80d905fca6d28ac12cdfe41aa1..4c18dd562cfe39aff61b94c69f98275f62e6f8d7 100644
--- a/components/filesystem/file_system_impl.h
+++ b/components/filesystem/file_system_impl.h
@@ -25,8 +25,7 @@ class LockTable;
class FileSystemImpl : public FileSystem {
public:
- FileSystemImpl(FileSystemApp* app,
- mojo::Connection* connection,
+ FileSystemImpl(mojo::Connection* connection,
mojo::InterfaceRequest<FileSystem> request,
LockTable* lock_table);
~FileSystemImpl() override;
@@ -52,7 +51,6 @@ class FileSystemImpl : public FileSystem {
void BuildSanitizedOrigin(const std::string& origin,
std::string* sanitized_origin);
- FileSystemApp* app_;
const std::string remote_application_url_;
mojo::StrongBinding<FileSystem> binding_;
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