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

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

Issue 2945283002: Unify IMEDriver and IMEServer. (Closed)
Patch Set: Addressed feedback. Created 3 years, 6 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/ime_unittest.cc ('k') | services/ui/ime/test_ime_driver/test_ime_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/test_ime_driver/test_ime_driver.h
diff --git a/services/ui/ime/test_ime_driver/test_ime_driver.h b/services/ui/ime/test_ime_driver/test_ime_driver.h
index 3e26953a5a5f9680b19298b4c16f8c8223858b02..121b887336401a9861f3bf27f61457ce351b7a54 100644
--- a/services/ui/ime/test_ime_driver/test_ime_driver.h
+++ b/services/ui/ime/test_ime_driver/test_ime_driver.h
@@ -10,7 +10,6 @@
#include <map>
#include <memory>
-#include "mojo/public/cpp/bindings/binding.h"
#include "services/ui/public/interfaces/ime/ime.mojom.h"
namespace ui {
@@ -23,12 +22,7 @@ class TestIMEDriver : public ui::mojom::IMEDriver {
private:
// ui::mojom::IMEDriver:
- void StartSession(int32_t session_id,
- ui::mojom::StartSessionDetailsPtr details) override;
- void CancelSession(int32_t session_id) override;
-
- std::map<int32_t, std::unique_ptr<mojo::Binding<mojom::InputMethod>>>
- input_method_bindings_;
+ void StartSession(ui::mojom::StartSessionDetailsPtr details) override;
DISALLOW_COPY_AND_ASSIGN(TestIMEDriver);
};
« no previous file with comments | « services/ui/ime/ime_unittest.cc ('k') | services/ui/ime/test_ime_driver/test_ime_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698