| Index: components/arc/common/arc_bridge.mojom
|
| diff --git a/components/arc/common/arc_bridge.mojom b/components/arc/common/arc_bridge.mojom
|
| index 8a17394b15baed26e3616e91def1b3605b4aaf41..774e0bf1ddd2d9a334565dfac39ce16cac4ef762 100644
|
| --- a/components/arc/common/arc_bridge.mojom
|
| +++ b/components/arc/common/arc_bridge.mojom
|
| @@ -10,6 +10,7 @@ import "auth.mojom";
|
| import "bluetooth.mojom";
|
| import "clipboard.mojom";
|
| import "crash_collector.mojom";
|
| +import "enterprise_reporting.mojom";
|
| import "file_system.mojom";
|
| import "ime.mojom";
|
| import "intent_helper.mojom";
|
| @@ -24,9 +25,9 @@ import "storage_manager.mojom";
|
| import "video.mojom";
|
| import "window_manager.mojom";
|
|
|
| -// Next MinVersion: 15
|
| +// Next MinVersion: 16
|
| // Deprecated method IDs: 101, 105
|
| -// Next method ID: 121
|
| +// Next method ID: 123
|
| interface ArcBridgeHost {
|
| // Keep the entries alphabetical. In order to do so without breaking
|
| // compatibility with the ARC instance, explicitly assign each interface a
|
| @@ -51,6 +52,10 @@ interface ArcBridgeHost {
|
| [MinVersion=7] OnCrashCollectorInstanceReady@112(
|
| CrashCollectorInstance instance_ptr);
|
|
|
| + // Notifies Chrome that the EnterpriseReportingInstance interface is ready.
|
| + [MinVersion=15] OnEnterpriseReportingInstanceReady@122(
|
| + EnterpriseReportingInstance instance_ptr);
|
| +
|
| // Notifies Chrome that the FileSystemInstance interface is ready.
|
| [MinVersion=13] OnFileSystemInstanceReady@119(
|
| FileSystemInstance instance_ptr);
|
|
|