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