Index: trunk/src/chrome/browser/extensions/chrome_notification_observer.h |
=================================================================== |
--- trunk/src/chrome/browser/extensions/chrome_notification_observer.h (revision 283800) |
+++ trunk/src/chrome/browser/extensions/chrome_notification_observer.h (working copy) |
@@ -25,7 +25,8 @@ |
ChromeNotificationObserver(); |
virtual ~ChromeNotificationObserver(); |
- // Notification handlers: |
+ // IPC message handlers: |
+ void OnBrowserWindowReady(Browser* browser); |
void OnRendererProcessCreated(content::RenderProcessHost* process); |
// content::NotificationObserver overrides: |