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

Unified Diff: chrome/browser/renderer_host/render_view_host.h

Issue 115374: Adds propagation and handling of render-side focus events, for the benefit of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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: 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

Powered by Google App Engine
This is Rietveld 408576698