summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorandybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-11 20:08:55 +0000
committerandybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-11 20:08:55 +0000
commitfdb4c7db1703189d9d26526e12c03cab7dd11655 (patch)
treef3817b489c7b0b57785fcbd32c2dbdb2341d14ff /chrome/common
parent02afb591a63b446ad8a2db98654273b6675700a3 (diff)
downloadchromium_src-fdb4c7db1703189d9d26526e12c03cab7dd11655.zip
chromium_src-fdb4c7db1703189d9d26526e12c03cab7dd11655.tar.gz
chromium_src-fdb4c7db1703189d9d26526e12c03cab7dd11655.tar.bz2
Rolling back r34316 due to tab_switching_test failing. TBR=scherkus
TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34374 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/notification_type.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index f7a1f0c..ed930c2 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -195,8 +195,8 @@ class NotificationType {
// Source<Browser> containing the affected Browser. Details is a boolean
// that if true indicates that the application will be closed as a result of
// this browser window closure (i.e. this was the last opened browser
- // window on win/linux). Note that the boolean pointed to by details is
- // only valid for the duration of this call.
+ // window). Note that the boolean pointed to by Details is only valid for
+ // the duration of this call.
BROWSER_CLOSED,
// This message is sent when the last window considered to be an
@@ -205,16 +205,10 @@ class NotificationType {
// details are passed.
ALL_APPWINDOWS_CLOSED,
-#if defined(OS_MACOSX)
// This message is sent when the application is made active (Mac OS X only
// at present). No source or details are passed.
APP_ACTIVATED,
- // This message is sent when the application is terminating (Mac OS X only
- // at present). No source or details are passed.
- APP_TERMINATING,
-#endif
-
// Indicates that a top window has been closed. The source is the HWND
// that was closed, no details are expected.
WINDOW_CLOSED,