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

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

Issue 273423004: Migrate accessibility from RenderView to RenderFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index fd31c1af4e9733b8072a861e635c4d695625d115..f6f8e16cde58626fb797230c1b94d8508425876d 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -219,6 +219,10 @@ class WebContents : public PageNavigator,
virtual void SetUserAgentOverride(const std::string& override) = 0;
virtual const std::string& GetUserAgentOverride() const = 0;
+ virtual void EnableTreeOnlyAccessibilityMode() = 0;
+ virtual bool IsTreeOnlyAccessibilityModeForTesting() const = 0;
nasko 2014/05/12 17:28:01 I'm not sure if we add testing methods to the publ
dmazzoni 2014/05/13 06:36:52 The reason we need these is because we want to tes
+ virtual bool IsFullAccessibilityModeForTesting() const = 0;
+
#if defined(OS_WIN)
virtual void SetParentNativeViewAccessible(
gfx::NativeViewAccessible accessible_parent) = 0;

Powered by Google App Engine
This is Rietveld 408576698