Index: content/public/browser/browser_child_process_observer.h |
diff --git a/content/public/browser/browser_child_process_observer.h b/content/public/browser/browser_child_process_observer.h |
index ab3b56ab0556331277c024d922272de9a4b6c822..faaa175a53aac201e9641d0c22972e5e28b28486 100644 |
--- a/content/public/browser/browser_child_process_observer.h |
+++ b/content/public/browser/browser_child_process_observer.h |
@@ -41,12 +41,6 @@ class CONTENT_EXPORT BrowserChildProcessObserver { |
virtual void BrowserChildProcessKilled(const ChildProcessData& data, |
int exit_code) {} |
- // Called when an instance of a particular child is created in a page. If one |
- // page contains several regions rendered by the same child, this will be |
- // called once for each region during the page load. |
- virtual void BrowserChildProcessInstanceCreated( |
- const ChildProcessData& data) {} |
- |
protected: |
// The observer can be destroyed on any thread. |
virtual ~BrowserChildProcessObserver() {} |