Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(458)

Unified Diff: components/arc/common/arc_bridge.mojom

Issue 2195653002: arc: add enterprise_reporting.mojom interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Corrected upstream branch. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/arc/arc_service_manager.cc ('k') | components/arc/common/enterprise_reporting.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/arc/arc_service_manager.cc ('k') | components/arc/common/enterprise_reporting.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698