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

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

Issue 2559663002: Support focus highlight in Android window (Closed)
Patch Set: Address comments. Created 3 years, 11 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/common/accessibility_helper.mojom ('k') | no next file » | 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 94b0aa8767cd83b378a10b7a94cdc1e654f399ca..7b8a9c528d46024fd76927f23b5627f4cb0a5be0 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -4,6 +4,7 @@
module arc.mojom;
+import "accessibility_helper.mojom";
import "app.mojom";
import "audio.mojom";
import "auth.mojom";
@@ -29,14 +30,18 @@ import "tts.mojom";
import "video.mojom";
import "wallpaper.mojom";
-// Next MinVersion: 21
+// Next MinVersion: 22
// Deprecated method IDs: 101, 105
-// Next method ID: 127
+// Next method ID: 128
interface ArcBridgeHost {
// Keep the entries alphabetical. In order to do so without breaking
// compatibility with the ARC instance, explicitly assign each interface a
// unique ordinal.
+ // Notifies Chrome that the AccessibilityHelperInstance interface is ready.
+ [MinVersion=21] OnAccessibilityHelperInstanceReady@127(
+ AccessibilityHelperInstance instance_ptr);
+
// Notifies Chrome that the AppInstance interface is ready.
OnAppInstanceReady@100(AppInstance instance_ptr);
« no previous file with comments | « components/arc/common/accessibility_helper.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698