Index: chrome/browser/renderer_host/render_view_host.h |
=================================================================== |
--- chrome/browser/renderer_host/render_view_host.h (revision 16095) |
+++ chrome/browser/renderer_host/render_view_host.h (working copy) |
@@ -550,6 +550,7 @@ |
void OnExtensionRequest(const std::string& name, const std::string& args, |
int request_id, bool has_callback); |
void OnExtensionPostMessage(int port_id, const std::string& message); |
+ void OnAccessibilityFocusChange(int acc_obj_id); |
// Helper function to send a navigation message. If a cross-site request is |
// in progress, we may be suspended while waiting for the onbeforeunload |