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

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

Issue 2230393002: IME for Mus: Make InputMethodMus use the IME Mojo API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update mash_browser_tests_manifest. Created 4 years, 4 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 | « mash/package/mash_packaged_service.cc ('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 0b4c9f949d220acffab896cde1ae96ad0768133f..5f3c854f9ff3ffe5a52ecff577606aeaf0aa9fea 100644
--- a/services/ui/ime/ime_server_impl.h
+++ b/services/ui/ime/ime_server_impl.h
@@ -10,6 +10,10 @@
#include "mojo/public/cpp/bindings/binding_set.h"
#include "services/ui/public/interfaces/ime.mojom.h"
+namespace shell {
+class Connector;
+}
+
namespace ui {
class IMEServerImpl : public mojom::IMEServer {
@@ -17,6 +21,7 @@ class IMEServerImpl : public mojom::IMEServer {
IMEServerImpl();
~IMEServerImpl() override;
+ void Init(shell::Connector* connector);
void AddBinding(mojom::IMEServerRequest request);
void OnDriverChanged(mojom::IMEDriverPtr driver);
« no previous file with comments | « mash/package/mash_packaged_service.cc ('k') | services/ui/ime/ime_server_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698