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

Unified Diff: trunk/src/content/public/test/render_view_test.cc

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/test/render_view_test.cc
===================================================================
--- trunk/src/content/public/test/render_view_test.cc (revision 284469)
+++ trunk/src/content/public/test/render_view_test.cc (working copy)
@@ -198,7 +198,8 @@
false, // hidden
false, // never_visible
1, // next_page_id
- blink::WebScreenInfo());
+ blink::WebScreenInfo(),
+ AccessibilityModeOff);
view->AddRef();
view_ = view;
}
« no previous file with comments | « trunk/src/content/public/browser/web_contents.h ('k') | trunk/src/content/renderer/accessibility/blink_ax_tree_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698