Index: content/public/browser/notification_types.h |
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h |
index a704315387c86dcdeaa74cf1f6131b631b808e5f..a888491b2b8f70dee79b95e563f55dbd8aabf4ea 100644 |
--- a/content/public/browser/notification_types.h |
+++ b/content/public/browser/notification_types.h |
@@ -148,11 +148,6 @@ enum NotificationType { |
// RenderProcessHost that corresponds to the process. |
NOTIFICATION_RENDERER_PROCESS_TERMINATED, |
- // Indicates that a render process is starting to exit, such that it should |
- // not be used for future navigations. The source will be the |
- // RenderProcessHost that corresponds to the process. |
- NOTIFICATION_RENDERER_PROCESS_CLOSING, |
- |
// Indicates that a render process was closed (meaning it exited, but the |
// RenderProcessHost might be reused). The source will be the corresponding |
// RenderProcessHost. The details will be a RendererClosedDetails struct. |