Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index 94bff0ab8b1890d46636b51cdb9d6d54879df74d..b4d796f7d9dffbae6a8a18e4bdb5049972dfc84c 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -221,6 +221,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
jint player_id, |
jobject jsurface); |
void DetachExternalVideoSurface(JNIEnv* env, jobject obj, jint player_id); |
+ void SetAccessibilityEnabled(JNIEnv* env, jobject obj, bool enabled); |
// -------------------------------------------------------------------------- |
// Public methods that call to Java via JNI |