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

Unified Diff: content/test/render_view_test.cc

Issue 9939011: Add an accessibility mode for editable text fields only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments and rebased. Created 8 years, 8 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/test/render_view_test.cc
diff --git a/content/test/render_view_test.cc b/content/test/render_view_test.cc
index e52b157bcfdd497b5408ef36bf7dd223b1079c14..c3a0ce0dd61652fcc9f78c503ba98f81fa1be1cb 100644
--- a/content/test/render_view_test.cc
+++ b/content/test/render_view_test.cc
@@ -166,7 +166,8 @@ void RenderViewTest::SetUp() {
string16(),
1,
WebKit::WebScreenInfo(),
- false);
+ false,
+ AccessibilityModeOff);
view->AddRef();
view_ = view;

Powered by Google App Engine
This is Rietveld 408576698