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

Unified Diff: components/arc/ime/arc_ime_service_unittest.cc

Issue 2136933002: Add ime.ExtendSelectionAndDelete Mojo RPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ime.ExtendSelectionAndDelete Mojo RPC Created 4 years, 5 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: components/arc/ime/arc_ime_service_unittest.cc
diff --git a/components/arc/ime/arc_ime_service_unittest.cc b/components/arc/ime/arc_ime_service_unittest.cc
index 99b1a9d120a141e1b5a04fa7f114d0a85f757288..61ed80ba2b5a7d042aa78675ae34d42afd60e4e2 100644
--- a/components/arc/ime/arc_ime_service_unittest.cc
+++ b/components/arc/ime/arc_ime_service_unittest.cc
@@ -34,6 +34,8 @@ class FakeArcImeBridge : public ArcImeBridge {
}
void SendOnKeyboardBoundsChanging(const gfx::Rect& new_bounds) override {
}
+ void SendExtendSelectionAndDelete(uint32_t before, uint32_t after) override {
+ }
int count_send_insert_text() const { return count_send_insert_text_; }
« components/arc/ime/arc_ime_service.cc ('K') | « components/arc/ime/arc_ime_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698