Merge pull request #3504 from brendandahl/info-bar

Lower the priority of the notification bar to INFO.
This commit is contained in:
Yury Delendik 2013-07-22 12:25:00 -07:00
commit c682c25bcf

View File

@ -359,7 +359,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