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

Unified Diff: chrome/browser/chrome_browser_application_mac.mm

Issue 12335101: Move some accessibility methods, enums and interfaces into the content/public API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove #include which crept back in" Created 7 years, 10 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/browser/accessibility/accessibility_tree_formatter_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_application_mac.mm
diff --git a/chrome/browser/chrome_browser_application_mac.mm b/chrome/browser/chrome_browser_application_mac.mm
index f02ca0d51470c0f15c8460e22df9de017b4ee502..6c6080de6c590d1a2cc6f9dbd12cd32e419dea2c 100644
--- a/chrome/browser/chrome_browser_application_mac.mm
+++ b/chrome/browser/chrome_browser_application_mac.mm
@@ -504,7 +504,7 @@ void SwizzleInit() {
for (TabContentsIterator it; !it.done(); it.Next()) {
if (content::WebContents* contents = *it)
if (content::RenderViewHost* rvh = contents->GetRenderViewHost())
- rvh->EnableFullAccessibilityMode();
+ rvh->SetAccessibilityMode(content::ACCESSIBILITY_MODE_COMPLETE);
}
}
return [super accessibilitySetValue:value forAttribute:attribute];
« no previous file with comments | « no previous file | content/browser/accessibility/accessibility_tree_formatter_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698