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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 360f37ff4101ac540cee9599aa0499b623c145c6..1647d504588f776b8d48a1cec6e7f32104a57e76 100644
--- a/services/ui/ime/ime_server_impl.h
+++ b/services/ui/ime/ime_server_impl.h
@@ -8,6 +8,7 @@
#include <utility>
#include "mojo/public/cpp/bindings/binding_set.h"
+#include "services/catalog/public/interfaces/catalog.mojom.h"
#include "services/ui/public/interfaces/ime.mojom.h"
namespace service_manager {
@@ -30,6 +31,10 @@ class IMEServerImpl : public mojom::IMEServer {
void StartSession(mojom::TextInputClientPtr client,
mojom::InputMethodRequest input_method) 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