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

Unified Diff: trunk/src/content/public/browser/web_contents.h

Issue 408663006: Revert 284065 "Revert of Revert of Migrate accessibility from Re..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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: trunk/src/content/public/browser/web_contents.h
===================================================================
--- trunk/src/content/public/browser/web_contents.h (revision 284469)
+++ trunk/src/content/public/browser/web_contents.h (working copy)
@@ -222,18 +222,6 @@
virtual void SetUserAgentOverride(const std::string& override) = 0;
virtual const std::string& GetUserAgentOverride() const = 0;
- // Enable the accessibility tree for this WebContents in the renderer,
- // but don't enable creating a native accessibility tree on the browser
- // side.
- virtual void EnableTreeOnlyAccessibilityMode() = 0;
-
- // Returns true only if "tree only" accessibility mode is on.
- virtual bool IsTreeOnlyAccessibilityModeForTesting() const = 0;
-
- // Returns true only if complete accessibility mode is on, meaning there's
- // both renderer accessibility, and a native browser accessibility tree.
- virtual bool IsFullAccessibilityModeForTesting() const = 0;
-
#if defined(OS_WIN)
virtual void SetParentNativeViewAccessible(
gfx::NativeViewAccessible accessible_parent) = 0;
« no previous file with comments | « trunk/src/content/public/browser/render_widget_host.h ('k') | trunk/src/content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698