diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 01:57:37 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 01:57:37 +0000 |
commit | 572479e82065831be8a8959cf3bd4d7b2f795096 (patch) | |
tree | d1b6601d4dcb9f0c3f4c11630a3632d5ae9b59e6 /chrome/common | |
parent | ddb65f1e97b0be0b4a23047aa07096529c6c94f6 (diff) | |
download | chromium_src-572479e82065831be8a8959cf3bd4d7b2f795096.zip chromium_src-572479e82065831be8a8959cf3bd4d7b2f795096.tar.gz chromium_src-572479e82065831be8a8959cf3bd4d7b2f795096.tar.bz2 |
Revert "Fix "crashed extension" infobar browser crashes."
Will it fix browser_tests crashes on Vista?
Review URL: http://codereview.chromium.org/165287
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22998 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 5938992..2a04ffe 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -629,7 +629,7 @@ class NotificationType { EXTENSION_PROCESS_CREATED, // Sent when extension render process crashes. The details are - // an ExtensionHost* and the source is an ExtensionsService*. + // an ExtensionHost*. EXTENSION_PROCESS_CRASHED, // Sent when the contents or order of toolstrips in the shelf model change. |