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

Unified Diff: ui/views/accessibility/native_view_accessibility_auralinux.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/views/accessibility/native_view_accessibility_auralinux.cc
diff --git a/ui/views/accessibility/native_view_accessibility_auralinux.cc b/ui/views/accessibility/native_view_accessibility_auralinux.cc
index 8e68cc00bffb69fce4e1e7eaa4bc8da7fb864ad6..91488f4a2e1e3a83dccb6e500f0ccd1c059b174f 100644
--- a/ui/views/accessibility/native_view_accessibility_auralinux.cc
+++ b/ui/views/accessibility/native_view_accessibility_auralinux.cc
@@ -113,6 +113,10 @@ class AuraLinuxApplication
return false;
}
+ bool ReplaceSelectedText(const base::string16& new_value) override {
+ return false;
+ }
+
bool CanSetStringValue() override { return false; }
private:

Powered by Google App Engine
This is Rietveld 408576698