| Index: components/arc/arc_bridge_host_impl.h
|
| diff --git a/components/arc/arc_bridge_host_impl.h b/components/arc/arc_bridge_host_impl.h
|
| index b42072583a46b74ad5465168d45af6620b7677b3..23dc0f969571ff495e0bd44ea33654763d1cc9c4 100644
|
| --- a/components/arc/arc_bridge_host_impl.h
|
| +++ b/components/arc/arc_bridge_host_impl.h
|
| @@ -53,6 +53,8 @@ class ArcBridgeHostImpl : public mojom::ArcBridgeHost {
|
| mojom::EnterpriseReportingInstancePtr enterprise_reporting_ptr) override;
|
| void OnFileSystemInstanceReady(
|
| mojom::FileSystemInstancePtr file_system_ptr) override;
|
| + void OnFocusHighlightInstanceReady(
|
| + mojom::FocusHighlightInstancePtr focus_highlight_ptr) override;
|
| void OnImeInstanceReady(mojom::ImeInstancePtr ime_ptr) override;
|
| void OnIntentHelperInstanceReady(
|
| mojom::IntentHelperInstancePtr intent_helper_ptr) override;
|
|
|