Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js

Issue 2123973004: Define a minimum time for double tap in ChromeVox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698