diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 06:04:38 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 06:04:38 +0000 |
commit | cfef856dd2ccece3cea13ccc96ac9579fd2b30b5 (patch) | |
tree | 1290d93446db653fab0ba5fd0fad41d7cd4bef60 /chrome/browser/plugin_service.h | |
parent | 9c6d625ee4252b40d103056da11f534358dc1613 (diff) | |
download | chromium_src-cfef856dd2ccece3cea13ccc96ac9579fd2b30b5.zip chromium_src-cfef856dd2ccece3cea13ccc96ac9579fd2b30b5.tar.gz chromium_src-cfef856dd2ccece3cea13ccc96ac9579fd2b30b5.tar.bz2 |
Fix a crash when enabling hidden browser actions in incognito and then selecting Show button from the extension management page.
What was happening was that the extension was erroneously getting added to the extension toolbar model when the extension was reloaded the way enabling in incognito does. This caused the icon to show up in the toolbar and when you then explicitly show the extension it would be added again to the model. This leads to a crash when you uninstall (because one entry is removed and the other becomes dangling).
BUG=67201
TEST=None
Review URL: http://codereview.chromium.org/6075001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_service.h')
0 files changed, 0 insertions, 0 deletions