| 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() {}
|
|
|