Index: chrome/browser/extensions/chrome_notification_observer.h |
diff --git a/chrome/browser/extensions/chrome_notification_observer.h b/chrome/browser/extensions/chrome_notification_observer.h |
index a31dc87c525c85415964b0d1ffe1bebc59efba9d..8045b156b9518ed79ca8f36ad1a441c6fb103a8e 100644 |
--- a/chrome/browser/extensions/chrome_notification_observer.h |
+++ b/chrome/browser/extensions/chrome_notification_observer.h |
@@ -25,8 +25,7 @@ class ChromeNotificationObserver : public content::NotificationObserver { |
ChromeNotificationObserver(); |
virtual ~ChromeNotificationObserver(); |
- // IPC message handlers: |
- void OnBrowserWindowReady(Browser* browser); |
+ // Notification handlers: |
void OnRendererProcessCreated(content::RenderProcessHost* process); |
// content::NotificationObserver overrides: |