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

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

Issue 10968064: Move the NOTIFICATION_APP_TERMINATING notification from content to chrome, since it's fired by chro… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: cros compile Created 8 years, 3 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/browser/debugger/worker_devtools_manager.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
===================================================================
--- content/public/browser/notification_types.h (revision 158279)
+++ content/public/browser/notification_types.h (working copy)
@@ -149,15 +149,6 @@
// controller associated with the state change.
NOTIFICATION_SSL_INTERNAL_STATE_CHANGED,
- // Application-wide ----------------------------------------------------------
-
- // This message is sent when the application is terminating (the last
- // browser window has shutdown as part of an explicit user-initiated exit,
- // or the user closed the last browser window on Windows/Linux and there are
- // no BackgroundContents keeping the browser running). No source or details
- // are passed.
- NOTIFICATION_APP_TERMINATING,
-
// Devtools ------------------------------------------------------------------
// Indicates that a devtools agent has attached to a client. The source is
« no previous file with comments | « content/browser/debugger/worker_devtools_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698