Bug 894576 - Lower the priority of the notification bar to INFO. r=yury

This commit is contained in:
Brendan Dahl 2013-07-22 12:08:18 -07:00
parent fa68af1802
commit 5cb16f42f2

View File

@ -353,7 +353,7 @@ ChromeActions.prototype = {
}
}];
notificationBox.appendNotification(message, 'pdfjs-fallback', null,
notificationBox.PRIORITY_WARNING_LOW,
notificationBox.PRIORITY_INFO_LOW,
buttons,
function eventsCallback(eventType) {
// Currently there is only one event "removed" but if there are any other