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

Unified Diff: ui/accessibility/platform/test_ax_node_wrapper.cc

Issue 2679313003: Implemented IA2::setSelection and related methods on text fields in Views. (Closed)
Patch Set: Made |SetTextSelection| return a value. Created 3 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
Index: ui/accessibility/platform/test_ax_node_wrapper.cc
diff --git a/ui/accessibility/platform/test_ax_node_wrapper.cc b/ui/accessibility/platform/test_ax_node_wrapper.cc
index 2910684aeebfa476e47e38e4637d9f4333758430..2e9566f4361e1cdb70bfb3d0fea6c871597b298e 100644
--- a/ui/accessibility/platform/test_ax_node_wrapper.cc
+++ b/ui/accessibility/platform/test_ax_node_wrapper.cc
@@ -119,7 +119,7 @@ TestAXNodeWrapper::GetTargetForNativeAccessibilityEvent() {
bool TestAXNodeWrapper::AccessibilityPerformAction(
const ui::AXActionData& data) {
- return false;
+ return true;
}
void TestAXNodeWrapper::DoDefaultAction() {}

Powered by Google App Engine
This is Rietveld 408576698