summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 15:22:46 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 15:22:46 +0000
commit371ed7a0e83c44764fef64ddbf00996b5385271e (patch)
tree5328f866d0c39ab82837ff7c91d1a3741ab97174 /chrome/chrome.gyp
parent856c26be2a9a419033f93d79ba9ee43e04b20458 (diff)
downloadchromium_src-371ed7a0e83c44764fef64ddbf00996b5385271e.zip
chromium_src-371ed7a0e83c44764fef64ddbf00996b5385271e.tar.gz
chromium_src-371ed7a0e83c44764fef64ddbf00996b5385271e.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. This is a subset of original http://codereview.chromium.org/164151/ . I had to remove the part which unloads the entire extension on crash, because it interacts badly with other parts of the browser. I'm fixing that. TEST=See bug. http://crbug.com/15888 Review URL: http://codereview.chromium.org/173314 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24231 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c97fbf4..bd616d3 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1042,6 +1042,8 @@
'browser/download/save_types.h',
'browser/encoding_menu_controller.cc',
'browser/encoding_menu_controller.h',
+ 'browser/extensions/crashed_extension_infobar.cc',
+ 'browser/extensions/crashed_extension_infobar.h',
'browser/extensions/crx_installer.cc',
'browser/extensions/crx_installer.h',
'browser/extensions/extension_bookmarks_module.cc',