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

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

Issue 12212089: content: convert child process notifications to observer usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: private Created 7 years, 10 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/public/browser/browser_child_process_observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index cfaafd53610fcefb0312b8fed4278e7c0864a724..61b6679b460166bdb6543ebaa94db0e02cd99046 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -265,37 +265,6 @@ enum NotificationType {
// The source is the RenderViewHost, the details are not used.
NOTIFICATION_ACCESSIBILITY_OTHER,
- // Child Processes ---------------------------------------------------------
-
- // This notification is sent when a child process host has connected to a
- // child process. There is no usable source, since it is sent from an
- // ephemeral task; register for AllSources() to receive this notification.
- // The details are in a Details<ChildProcessData>.
- NOTIFICATION_CHILD_PROCESS_HOST_CONNECTED,
-
- // This message is sent after a ChildProcessHost is disconnected from the
- // child process. There is no usable source, since it is sent from an
- // ephemeral task; register for AllSources() to receive this notification.
- // The details are in a Details<ChildProcessData>.
- NOTIFICATION_CHILD_PROCESS_HOST_DISCONNECTED,
-
- // This message is sent when a child process disappears
- // unexpectedly as a result of a crash. There is no usable
- // source, since it is sent from an ephemeral task; register for
- // AllSources() to receive this notification. The details are in
- // a Details<ChildProcessData>.
- NOTIFICATION_CHILD_PROCESS_CRASHED,
-
- // This message indicates that an instance of a particular child was
- // created in a page. (If one page contains several regions rendered by
- // the same child, this notification will occur once for each region
- // during the page load.)
- //
- // There is no usable source, since it is sent from an ephemeral task;
- // register for AllSources() to receive this notification. The details are
- // in a Details<ChildProcessData>.
- NOTIFICATION_CHILD_INSTANCE_CREATED,
-
// Miscellaneous -------------------------------------------------------------
// Sent before the repost form warning is brought up.
« no previous file with comments | « content/public/browser/browser_child_process_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698