Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index 4e3d5ced4225495b3ff22b7064a1eddb2f792c57..a4e6850de5ddec11f71923e2b12e58b9a3846b57 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -408,7 +408,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
// renderer process, and the accessibility tree it sent can be |
// retrieved using accessibility_tree_for_testing(). |
void SetAccessibilityCallbackForTesting( |
- const base::Callback<void(ui::AXEvent)>& callback); |
+ const base::Callback<void(ui::AXEvent, int)>& callback); |
// Only valid if SetAccessibilityCallbackForTesting was called and |
// the callback was run at least once. Returns a snapshot of the |
@@ -607,7 +607,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
bool unload_ack_is_for_cross_site_transition_; |
// Accessibility callback for testing. |
- base::Callback<void(ui::AXEvent)> accessibility_testing_callback_; |
+ base::Callback<void(ui::AXEvent, int)> accessibility_testing_callback_; |
// The most recently received accessibility tree - for testing only. |
scoped_ptr<ui::AXTree> ax_tree_; |