Remove the download failed warning for now.

This commit is contained in:
FelisCatus 2014-11-07 16:08:13 +08:00
parent 144b213348
commit a1cb3a9b37

View File

@ -27,11 +27,14 @@ class ChromeOptions extends OmegaTarget.Options
error = true
break
if error
# TODO(catus): Find a better way to notify the user.
###
@setBadge(
text: '!'
color: '#faa732'
title: chrome.i18n.getMessage('browserAction_titleDownloadFail')
)
###
return results
_proxyNotControllable: null