| Index: components/arc/arc_bridge_service.h
|
| diff --git a/components/arc/arc_bridge_service.h b/components/arc/arc_bridge_service.h
|
| index 2e8376ab6c558546f05045360c85123e4847a655..0ea44d5e4a526f3d7db8e7c91c69a37aaa8490a4 100644
|
| --- a/components/arc/arc_bridge_service.h
|
| +++ b/components/arc/arc_bridge_service.h
|
| @@ -98,6 +98,9 @@ class ArcBridgeService {
|
| InstanceHolder<mojom::CrashCollectorInstance>* crash_collector() {
|
| return &crash_collector_;
|
| }
|
| + InstanceHolder<mojom::EnterpriseReportingInstance>* enterprise_reporting() {
|
| + return &enterprise_reporting_;
|
| + }
|
| InstanceHolder<mojom::FileSystemInstance>* file_system() {
|
| return &file_system_;
|
| }
|
| @@ -176,6 +179,7 @@ class ArcBridgeService {
|
| InstanceHolder<mojom::BluetoothInstance> bluetooth_;
|
| InstanceHolder<mojom::ClipboardInstance> clipboard_;
|
| InstanceHolder<mojom::CrashCollectorInstance> crash_collector_;
|
| + InstanceHolder<mojom::EnterpriseReportingInstance> enterprise_reporting_;
|
| InstanceHolder<mojom::FileSystemInstance> file_system_;
|
| InstanceHolder<mojom::ImeInstance> ime_;
|
| InstanceHolder<mojom::IntentHelperInstance> intent_helper_;
|
|
|