summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-11 00:27:14 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-11 00:27:14 +0000
commitdaba9ebc9d294a645e5569617628a73289755311 (patch)
tree8b7fb3ece5914eb11ad48226039271192c667d62 /chrome/common
parentca7bf5806cf02793cbd756b7138cd766cc2caf28 (diff)
downloadchromium_src-daba9ebc9d294a645e5569617628a73289755311.zip
chromium_src-daba9ebc9d294a645e5569617628a73289755311.tar.gz
chromium_src-daba9ebc9d294a645e5569617628a73289755311.tar.bz2
Fix "crashed extension" infobar browser crashes.
This is a general rework of how "crashed extension" infobar works and how the extension is actually recovered after the crash. TEST=See bug. http://crbug.com/15888 Review URL: http://codereview.chromium.org/164151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22985 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/notification_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 2a04ffe..5938992 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*.
+ // an ExtensionHost* and the source is an ExtensionsService*.
EXTENSION_PROCESS_CRASHED,
// Sent when the contents or order of toolstrips in the shelf model change.