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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 15741009: Native Android accessibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split RendererAccessibilityFocusOnly fix into separate changelist Created 7 years, 6 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: 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 e8b1e4e5910627a4d7e7b53428b41d78265d7d34..23ec651b5d49cf1a24bbb14ca12d36f92f1b3af4 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

Powered by Google App Engine
This is Rietveld 408576698