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

Unified Diff: chrome/common/notification_type.h

Issue 3117036: Update browser cache of accessibility tree on renderer sub-tree changes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Updating from comments. Created 10 years, 4 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/common/notification_type.h
===================================================================
--- chrome/common/notification_type.h (revision 57122)
+++ chrome/common/notification_type.h (working copy)
@@ -431,9 +431,9 @@
// first RenderViewHost is set).
RENDER_VIEW_HOST_CHANGED,
- // Indicates that the render view host has received a new accessibility tree
- // from the render view. The source is the RenderViewHost, the details
- // are not used.
+ // Indicates that the render view host has received an accessibility tree
+ // update, either partial or full, from the render view. The source is the
+ // RenderViewHost, the details are not used.
RENDER_VIEW_HOST_ACCESSIBILITY_TREE_UPDATED,
// This is sent when a RenderWidgetHost is being destroyed. The source is
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_win.cc ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698