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

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
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..e17b7f58e1946b21a663c44d496f0359887c0503 100644
--- a/components/arc/ime/arc_ime_bridge.h
+++ b/components/arc/ime/arc_ime_bridge.h
@@ -40,6 +40,8 @@ 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(
+ uint32_t before, uint32_t after) = 0;
protected:
ArcImeBridge() {}

Powered by Google App Engine
This is Rietveld 408576698