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

Unified Diff: ui/views/accessibility/native_view_accessibility.h

Issue 2341633006: MacViews/a11y: Allow accessibility clients to update the selected text. (Closed)
Patch Set: Make set value callbacks not have a const bool |replace| arg. Created 4 years, 2 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.h
diff --git a/ui/views/accessibility/native_view_accessibility.h b/ui/views/accessibility/native_view_accessibility.h
index 95fcc3de365335cae6225445619c55bb91f72687..5cfdb7d0e767e0ffbcbb8e25913d3a6bd38e9735 100644
--- a/ui/views/accessibility/native_view_accessibility.h
+++ b/ui/views/accessibility/native_view_accessibility.h
@@ -56,7 +56,7 @@ class VIEWS_EXPORT NativeViewAccessibility
gfx::NativeViewAccessible GetFocus() override;
gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override;
void DoDefaultAction() override;
- bool SetStringValue(const base::string16& new_value) override;
+ bool SetStringValue(const base::string16& new_value, bool replace) override;
bool CanSetStringValue() override;
// WidgetObserver

Powered by Google App Engine
This is Rietveld 408576698