| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| index 5b592590e4750abc69620e08390d28cea84a09c0..453b1d25c674e3d8bce6b869e26a8d65b126718e 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -149,7 +149,6 @@ Background = function() {
|
|
|
| chrome.accessibilityPrivate.onAccessibilityGesture.addListener(
|
| this.onAccessibilityGesture_);
|
| - Notifications.onStartup();
|
| };
|
|
|
| /**
|
| @@ -338,7 +337,6 @@ Background.prototype = {
|
| 'switch_to_next' : 'switch_to_classic');
|
| cvox.ChromeVox.tts.speak(
|
| announce, cvox.QueueMode.FLUSH, {doNotInterrupt: true});
|
| - Notifications.onModeChange();
|
|
|
| // If the new mode is Classic, return false now so we don't announce
|
| // anything more.
|
|
|