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

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

Issue 2165643004: arc: add enterprise_reporting.mojom interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed SessionManagerClient stub RemoveArcData method. 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 f5ecf5499cc4e1ba4d46b34691cbb1650fcfafd3..105c19b155b76e3c39436ac530e9dcaddcbb81c7 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";
@@ -23,9 +24,9 @@ import "process.mojom";
import "storage_manager.mojom";
import "video.mojom";
-// Next MinVersion: 15
-// Deprecated method IDs: 101, 105, 117
-// Next method ID: 121
+// Next MinVersion: 16
+// Deprecated method IDs: 101, 105
+// 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
@@ -50,6 +51,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