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

Unified Diff: components/arc/arc_bridge_host_impl.h

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/BUILD.gn ('k') | components/arc/arc_bridge_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_bridge_host_impl.h
diff --git a/components/arc/arc_bridge_host_impl.h b/components/arc/arc_bridge_host_impl.h
index b42072583a46b74ad5465168d45af6620b7677b3..9ee3664d3a27ac444410ffaedd28c134db75e55a 100644
--- a/components/arc/arc_bridge_host_impl.h
+++ b/components/arc/arc_bridge_host_impl.h
@@ -38,6 +38,8 @@ class ArcBridgeHostImpl : public mojom::ArcBridgeHost {
~ArcBridgeHostImpl() override;
// ArcBridgeHost overrides.
+ void OnAccessibilityHelperInstanceReady(
+ mojom::AccessibilityHelperInstancePtr accessibility_helper_ptr) override;
void OnAppInstanceReady(mojom::AppInstancePtr app_ptr) override;
void OnAudioInstanceReady(mojom::AudioInstancePtr audio_ptr) override;
void OnAuthInstanceReady(mojom::AuthInstancePtr auth_ptr) override;
« no previous file with comments | « components/arc/BUILD.gn ('k') | components/arc/arc_bridge_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698