Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / chrome_notification_observer.h
index 42d235a..a31dc87 100644 (file)
 
 class Browser;
 
+namespace content {
+class RenderProcessHost;
+}
+
 namespace extensions {
 
 // Observer for Chrome-specific notifications that need to be relayed to the
@@ -21,7 +25,9 @@ class ChromeNotificationObserver : public content::NotificationObserver {
   ChromeNotificationObserver();
   virtual ~ChromeNotificationObserver();
 
+  // IPC message handlers:
   void OnBrowserWindowReady(Browser* browser);
+  void OnRendererProcessCreated(content::RenderProcessHost* process);
 
   // content::NotificationObserver overrides:
   virtual void Observe(int type,