| Index: components/arc/common/arc_bridge.mojom
|
| diff --git a/components/arc/common/arc_bridge.mojom b/components/arc/common/arc_bridge.mojom
|
| index 94b0aa8767cd83b378a10b7a94cdc1e654f399ca..a812e240aaa8684fd37e883566bf26709f288876 100644
|
| --- a/components/arc/common/arc_bridge.mojom
|
| +++ b/components/arc/common/arc_bridge.mojom
|
| @@ -13,6 +13,7 @@ import "clipboard.mojom";
|
| import "crash_collector.mojom";
|
| import "enterprise_reporting.mojom";
|
| import "file_system.mojom";
|
| +import "focus_highlight.mojom";
|
| import "ime.mojom";
|
| import "intent_helper.mojom";
|
| import "kiosk.mojom";
|
| @@ -29,9 +30,9 @@ import "tts.mojom";
|
| import "video.mojom";
|
| import "wallpaper.mojom";
|
|
|
| -// Next MinVersion: 21
|
| +// Next MinVersion: 22
|
| // Deprecated method IDs: 101, 105
|
| -// Next method ID: 127
|
| +// Next method ID: 128
|
| interface ArcBridgeHost {
|
| // Keep the entries alphabetical. In order to do so without breaking
|
| // compatibility with the ARC instance, explicitly assign each interface a
|
| @@ -68,6 +69,10 @@ interface ArcBridgeHost {
|
| [MinVersion=13] OnFileSystemInstanceReady@119(
|
| FileSystemInstance instance_ptr);
|
|
|
| + // Notifies Chrome that the FocusHighlightInstance interface is ready.
|
| + [MinVersion=21] OnFocusHighlightInstanceReady@127(
|
| + FocusHighlightInstance instance_ptr);
|
| +
|
| // Notifies Chrome that the ImeInstance interface is ready.
|
| [MinVersion=3] OnImeInstanceReady@110(ImeInstance instance_ptr);
|
|
|
|
|