diff options
author | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-03 00:21:08 +0000 |
---|---|---|
committer | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-03 00:21:08 +0000 |
commit | a1c9cf82767f0c81c9fce7075d9452d85c2943d4 (patch) | |
tree | 9b19bad876d4a73de818c371730f640144804d57 /chrome/common/extensions/extension.cc | |
parent | bb2faa8599d0546a1b111203a4d93dcccbc9f70f (diff) | |
download | chromium_src-a1c9cf82767f0c81c9fce7075d9452d85c2943d4.zip chromium_src-a1c9cf82767f0c81c9fce7075d9452d85c2943d4.tar.gz chromium_src-a1c9cf82767f0c81c9fce7075d9452d85c2943d4.tar.bz2 |
Reland 213912 - Stop sending EXTENSION_UNLOADED notification when uninstalling disabled extensions.
Most listeners don't want to know about uninstalling disabled extensions. Those that do can listen to EXTENSION_UNINSTALLED instead.
Bugs involving some of these listeners were fixed in r214657 and https://codereview.chromium.org/21443002/
BUG=263216
TBR=kinuko@chromium.org
Review URL: https://chromiumcodereview.appspot.com/21428004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215419 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension.cc')
-rw-r--r-- | chrome/common/extensions/extension.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc index a5f9f2f..df10d27 100644 --- a/chrome/common/extensions/extension.cc +++ b/chrome/common/extensions/extension.cc @@ -790,7 +790,6 @@ UnloadedExtensionInfo::UnloadedExtensionInfo( const Extension* extension, extension_misc::UnloadedExtensionReason reason) : reason(reason), - already_disabled(false), extension(extension) {} UpdatedExtensionPermissionsInfo::UpdatedExtensionPermissionsInfo( |