Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / chrome_notification_observer.h
index a31dc87..8045b15 100644 (file)
@@ -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: