Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js |
index 8d6d6bc40cb9534b3161e8a46e6e6e5235fa7cf4..652163d84c2c26a01c14432f497ca98b0c9d8bab 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js |
@@ -72,3 +72,6 @@ chrome.accessibilityPrivate.onTextChanged; |
chrome.accessibilityPrivate.onChromeVoxLoadStateChanged; |
/** @type {function()} */ |
chrome.accessibilityPrivate.onChromeVoxLoadStateChanged.destroy_; |
David Tseng
2016/05/05 22:30:38
Since you're here, this isn't used and can be remo
dmazzoni
2016/05/06 19:06:08
Done.
|
+ |
+/** @type ChromeEvent */ |
+chrome.accessibilityPrivate.onAccessibilityGesture; |