Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: content/public/browser/browser_child_process_observer.h

Issue 1862513003: Remove NPAPI from browser and utility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698