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

Unified Diff: components/arc/ime/arc_ime_bridge.h

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
« no previous file with comments | « components/arc/common/ime.mojom ('k') | components/arc/ime/arc_ime_bridge_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/ime/arc_ime_bridge.h
diff --git a/components/arc/ime/arc_ime_bridge.h b/components/arc/ime/arc_ime_bridge.h
index 78a939e06217f24063a312e18223762ff0bb99f9..1ed11869fcdd3afc9c42aa1e16f96ffd29295bfb 100644
--- a/components/arc/ime/arc_ime_bridge.h
+++ b/components/arc/ime/arc_ime_bridge.h
@@ -40,6 +40,7 @@ class ArcImeBridge {
virtual void SendConfirmCompositionText() = 0;
virtual void SendInsertText(const base::string16& text) = 0;
virtual void SendOnKeyboardBoundsChanging(const gfx::Rect& new_bounds) = 0;
+ virtual void SendExtendSelectionAndDelete(size_t before, size_t after) = 0;
protected:
ArcImeBridge() {}
« no previous file with comments | « components/arc/common/ime.mojom ('k') | components/arc/ime/arc_ime_bridge_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698