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

Unified Diff: services/ui/ime/ime_server_impl.h

Issue 2645683007: mash: Makes mash and service:ui not establish outgoing connections (Closed)
Patch Set: update catalog Created 3 years, 11 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 | « services/ui/ime/BUILD.gn ('k') | services/ui/ime/ime_server_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/ime_server_impl.h
diff --git a/services/ui/ime/ime_server_impl.h b/services/ui/ime/ime_server_impl.h
index 76cc5a87b29fa201421f5874f8c73a60e35ba1d4..ba4026ff757c88ee7f54e7e796002bd078a3d4f3 100644
--- a/services/ui/ime/ime_server_impl.h
+++ b/services/ui/ime/ime_server_impl.h
@@ -8,7 +8,6 @@
#include <utility>
#include "mojo/public/cpp/bindings/binding_set.h"
-#include "services/catalog/public/interfaces/catalog.mojom.h"
#include "services/ui/public/interfaces/ime/ime.mojom.h"
namespace service_manager {
@@ -30,10 +29,6 @@ class IMEServerImpl : public mojom::IMEServer {
// mojom::IMEServer:
void StartSession(mojom::StartSessionDetailsPtr details) override;
- void OnGotCatalogEntries(std::vector<catalog::mojom::EntryPtr> entries);
-
- service_manager::Connector* connector_;
- catalog::mojom::CatalogPtr catalog_;
mojo::BindingSet<mojom::IMEServer> bindings_;
mojom::IMEDriverPtr driver_;
int current_id_;
« no previous file with comments | « services/ui/ime/BUILD.gn ('k') | services/ui/ime/ime_server_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698