| Index: content/browser/browser_child_process_host.h
|
| ===================================================================
|
| --- content/browser/browser_child_process_host.h (revision 91968)
|
| +++ content/browser/browser_child_process_host.h (working copy)
|
| @@ -87,7 +87,7 @@
|
| // Overrides from ChildProcessHost
|
| virtual void OnChildDied();
|
| virtual void ShutdownStarted();
|
| - virtual void Notify(NotificationType type);
|
| + virtual void Notify(int type);
|
| // Extends the base class implementation and removes this host from
|
| // the host list. Calls ChildProcessHost::ForceShutdown
|
| virtual void ForceShutdown();
|
|
|