| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js
|
| index 791e4111149c3f898f5f0bb9f6098833f12d1f84..780c36cd5a8ceac4f8e7ef08780efa8008e1a141 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js
|
| @@ -30,7 +30,7 @@ UpdateNotification.prototype = {
|
| cvox.ChromeVox.isChromeOS;
|
| },
|
|
|
| -/** Shows the notification. */
|
| + /** Shows the notification. */
|
| show: function() {
|
| if (!this.shouldShow())
|
| return;
|
|
|