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

Unified Diff: components/filesystem/file_system_app.h

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
Patch Set: . 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/bitmap_uploader/bitmap_uploader.cc ('k') | components/filesystem/file_system_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/file_system_app.h
diff --git a/components/filesystem/file_system_app.h b/components/filesystem/file_system_app.h
index 3279415e507608ed83408d085ffebde572b362dd..f71eae989ef2450d0f3419822da115b6b7a0b773 100644
--- a/components/filesystem/file_system_app.h
+++ b/components/filesystem/file_system_app.h
@@ -15,7 +15,7 @@
#include "mojo/shell/public/cpp/shell_client.h"
namespace mojo {
-class Shell;
+class Connector;
}
namespace filesystem {
@@ -31,7 +31,7 @@ class FileSystemApp : public mojo::ShellClient,
static base::FilePath GetUserDataDir();
// |mojo::ShellClient| override:
- void Initialize(mojo::Shell* shell, const std::string& url,
+ void Initialize(mojo::Connector* connector, const std::string& url,
uint32_t id, uint32_t user_id) override;
bool AcceptConnection(mojo::Connection* connection) override;
@@ -39,7 +39,6 @@ class FileSystemApp : public mojo::ShellClient,
void Create(mojo::Connection* connection,
mojo::InterfaceRequest<FileSystem> request) override;
- mojo::Shell* shell_;
mojo::TracingImpl tracing_;
scoped_ptr<LockTable> lock_table_;
« no previous file with comments | « components/bitmap_uploader/bitmap_uploader.cc ('k') | components/filesystem/file_system_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698