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

Unified Diff: content/browser/dom_storage/local_storage_context_mojo.h

Issue 2766263009: Convert content ConnectionFilter to OnBindInterface (Closed)
Patch Set: . Created 3 years, 8 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: content/browser/dom_storage/local_storage_context_mojo.h
diff --git a/content/browser/dom_storage/local_storage_context_mojo.h b/content/browser/dom_storage/local_storage_context_mojo.h
index 62257b85163f035c8168bfdc339457a9178f9d44..834e858aec2c8bccd4f7eb657fd8b48c6d229ec4 100644
--- a/content/browser/dom_storage/local_storage_context_mojo.h
+++ b/content/browser/dom_storage/local_storage_context_mojo.h
@@ -14,7 +14,6 @@
#include "url/origin.h"
namespace service_manager {
-class Connection;
class Connector;
}
@@ -61,9 +60,6 @@ class CONTENT_EXPORT LocalStorageContextMojo {
// Initiates connecting to the database if no connection is in progres yet.
void RunWhenConnected(base::OnceClosure callback);
- void OnUserServiceConnectionComplete();
- void OnUserServiceConnectionError();
-
// Part of our asynchronous directory opening called from RunWhenConnected().
void InitiateConnection(bool in_memory_only = false);
void OnDirectoryOpened(filesystem::mojom::FileError err);
@@ -102,8 +98,6 @@ class CONTENT_EXPORT LocalStorageContextMojo {
} connection_state_ = NO_CONNECTION;
bool database_initialized_ = false;
- std::unique_ptr<service_manager::Connection> file_service_connection_;
-
file::mojom::FileSystemPtr file_system_;
filesystem::mojom::DirectoryPtr directory_;
« no previous file with comments | « content/browser/browser_child_process_host_impl.cc ('k') | content/browser/dom_storage/local_storage_context_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698