| 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 55e46884af55d78e320e9143a771610cf24fa642..cc6e387113f99a04d8b7369d1a4305572e57eac4 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js
|
| @@ -74,7 +74,6 @@ Notifications.currentUpdate;
|
| * Runs notifications that should be shown for startup.
|
| */
|
| Notifications.onStartup = function() {
|
| - return;
|
| // Only run on background page.
|
| if (document.location.href.indexOf('background.html') == -1)
|
| return;
|
| @@ -88,7 +87,6 @@ Notifications.onStartup = function() {
|
| * Runs notifications that should be shown for mode changes.
|
| */
|
| Notifications.onModeChange = function() {
|
| - return;
|
| // Only run on background page.
|
| if (document.location.href.indexOf('background.html') == -1)
|
| return;
|
|
|