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

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: watchdog --> user_data 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
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..03e3ccb54404b9e18296888d94fd9ec4f1d45069 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -21,12 +21,13 @@ import "policy.mojom";
import "power.mojom";
import "process.mojom";
import "storage_manager.mojom";
+import "user_data.mojom";
import "video.mojom";
import "window_manager.mojom";
// Next MinVersion: 15
Luis Héctor Chávez 2016/07/21 19:44:27 Next MinVersion: 16
Polina Bondarenko 2016/07/22 08:12:10 Done.
// Deprecated method IDs: 101, 105
-// Next method ID: 121
+// Next method ID: 122
interface ArcBridgeHost {
// Keep the entries alphabetical. In order to do so without breaking
// compatibility with the ARC instance, explicitly assign each interface a
@@ -86,6 +87,9 @@ interface ArcBridgeHost {
// Notifies Chrome that the StorageManagerInstance interface is ready.
[MinVersion=12] OnStorageManagerInstanceReady@118(StorageManagerInstance instance_ptr);
+ // Notes Chrome that the UserDataInstance interface is ready.
+ [MinVersion=15] OnUserDataInstanceReady@121(UserDataInstance instance_ptr);
+
// Notifies Chrome that the VideoInstance interface is ready.
[MinVersion=6] OnVideoInstanceReady@107(VideoInstance instance_ptr);

Powered by Google App Engine
This is Rietveld 408576698