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 8c4be2da0599993c8c8047979506c400df1af27c..4b852e2c08ecd6476c54e3e47a2935af532a27c6 100644 |
--- a/content/browser/browser_child_process_host_impl.h |
+++ b/content/browser/browser_child_process_host_impl.h |
@@ -89,9 +89,6 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl |
// Adds an IPC message filter. |
void AddFilter(BrowserMessageFilter* filter); |
- // Called when an instance of a particular child is created in a page. |
- static void NotifyProcessInstanceCreated(const ChildProcessData& data); |
- |
static void HistogramBadMessageTerminated(int process_type); |
BrowserChildProcessHostDelegate* delegate() const { return delegate_; } |