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

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

Issue 2400163003: arc: enable Android tracing in verified-boot mode (Closed)
Patch Set: Fix some nits Created 3 years, 10 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 7b8a9c528d46024fd76927f23b5627f4cb0a5be0..24c2f663066e3a7ecdf3ee8035c19cdabae538e7 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -26,13 +26,14 @@ import "power.mojom";
import "print.mojom";
import "process.mojom";
import "storage_manager.mojom";
+import "trace.mojom";
import "tts.mojom";
import "video.mojom";
import "wallpaper.mojom";
-// Next MinVersion: 22
+// Next MinVersion: 23
// Deprecated method IDs: 101, 105
-// Next method ID: 128
+// Next method ID: 129
interface ArcBridgeHost {
// Keep the entries alphabetical. In order to do so without breaking
// compatibility with the ARC instance, explicitly assign each interface a
@@ -110,6 +111,9 @@ interface ArcBridgeHost {
// Notifies Chrome that the StorageManagerInstance interface is ready.
[MinVersion=12] OnStorageManagerInstanceReady@118(StorageManagerInstance instance_ptr);
+ // Notifies Chrome that the TraceInstance interface is ready.
+ [MinVersion=22] OnTraceInstanceReady@128(TraceInstance instance_ptr);
+
// Notifies Chrome that the TtsInstance interface is ready.
[MinVersion=17] OnTtsInstanceReady@123(TtsInstance instance_ptr);

Powered by Google App Engine
This is Rietveld 408576698