Index: content/browser/browser_child_process_host_impl.h |
diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h |
index 3d628f06190765d94242951e9466d87cbd38d217..ddf82465f38007a77e2ffae11c90de368924cb26 100644 |
--- a/content/browser/browser_child_process_host_impl.h |
+++ b/content/browser/browser_child_process_host_impl.h |
@@ -84,7 +84,8 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl |
virtual void OnChannelError() OVERRIDE; |
// ChildProcessLauncher::Client implementation. |
- virtual void OnProcessLaunched() OVERRIDE; |
+ virtual void OnProcessLaunched( |
+ const content::FDInfoList& mapped_files) OVERRIDE; |
content::ChildProcessData data_; |
content::BrowserChildProcessHostDelegate* delegate_; |