Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index ea159cbad61aa1a20db7c2ed4eef0541e98df009..8ff1d8c07beef8bfd273e540c19ac85e3866b849 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -135,6 +135,8 @@ class CONTENT_EXPORT RenderFrameHostImpl |
void AccessibilitySetTextSelection(int acc_obj_id, |
int start_offset, |
int end_offset) override; |
+ void AccessibilitySetValue(int acc_obj_id, const base::string16& value) |
+ override; |
bool AccessibilityViewHasFocus() const override; |
gfx::Rect AccessibilityGetViewBounds() const override; |
gfx::Point AccessibilityOriginInScreen( |