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

Unified Diff: content/browser/accessibility/browser_accessibility_android.cc

Issue 23731008: Expose android.webkit.WebView as the web view's class name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 9 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 | « no previous file | content/test/data/accessibility/a-expected-android.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility_android.cc
diff --git a/content/browser/accessibility/browser_accessibility_android.cc b/content/browser/accessibility/browser_accessibility_android.cc
index 5b9731784663dbcd6ad85ea04b1f5f47e719e994..f286c85d43fb469eca92236fb15e51ab7b37a542 100644
--- a/content/browser/accessibility/browser_accessibility_android.cc
+++ b/content/browser/accessibility/browser_accessibility_android.cc
@@ -250,6 +250,9 @@ const char* BrowserAccessibilityAndroid::GetClassName() const {
case ui::AX_ROLE_DIALOG:
class_name = "android.app.Dialog";
break;
+ case ui::AX_ROLE_ROOT_WEB_AREA:
+ class_name = "android.webkit.WebView";
+ break;
default:
class_name = "android.view.View";
break;
« no previous file with comments | « no previous file | content/test/data/accessibility/a-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698