Bug 1185927 - Don't show extra dialog when user cancels add-on download. r=sebastian

--HG--
extra : commitid : J8UG43A1wQy
extra : rebase_source : ea32433c55854275de6615ca88ab068a74168c93
This commit is contained in:
Margaret Leibovic 2015-08-20 13:15:35 -07:00
Родитель a9e3c28081
Коммит f26d44b048
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -6214,9 +6214,7 @@ var XPInstallObserver = {
this._showErrorMessage(aInstall);
},
onDownloadCancelled: function(aInstall) {
this._showErrorMessage(aInstall);
},
onDownloadCancelled: function(aInstall) {},
_showErrorMessage: function(aInstall) {
// Don't create a notification for distribution add-ons.