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

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

Issue 2341633006: MacViews/a11y: Allow accessibility clients to update the selected text. (Closed)
Patch Set: Move accessibility notification for text selection being changed to SelectRange() instead. Created 4 years, 3 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 c639e0879bf70f436f1a807c98360467db7a66bc..bed874abdfb07999a02e427c68ac19ff70270444 100644
--- a/ui/accessibility/platform/test_ax_node_wrapper.cc
+++ b/ui/accessibility/platform/test_ax_node_wrapper.cc
@@ -123,6 +123,10 @@ bool TestAXNodeWrapper::SetStringValue(const base::string16& new_value) {
return false;
}
+bool TestAXNodeWrapper::ReplaceSelectedText(const base::string16& new_value) {
+ return false;
+}
+
bool TestAXNodeWrapper::CanSetStringValue() {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698