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

Unified Diff: content/public/browser/render_view_host_observer.h

Issue 12210082: content: convert accessibility notifications to observer usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 2 Created 7 years, 10 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
« no previous file with comments | « content/public/browser/notification_types.h ('k') | content/public/browser/render_view_host_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_view_host_observer.h
diff --git a/content/public/browser/render_view_host_observer.h b/content/public/browser/render_view_host_observer.h
index 932e71536230f9d87b7025a940726460b3147c06..b3101e55edbe1bdc103a8eb623202d5e3e658c1a 100644
--- a/content/public/browser/render_view_host_observer.h
+++ b/content/public/browser/render_view_host_observer.h
@@ -41,6 +41,10 @@ class CONTENT_EXPORT RenderViewHostObserver : public IPC::Listener,
// Notifies that a navigation is starting.
virtual void Navigate(const GURL& url);
+ // Accessibility notifications.
+ virtual void AccessibilityLayoutComplete();
dmazzoni 2013/02/08 15:55:21 Perhaps a single method with an argument would be
+ virtual void AccessibilityLoadComplete();
+
// IPC::Listener implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
« no previous file with comments | « content/public/browser/notification_types.h ('k') | content/public/browser/render_view_host_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698