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

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

Issue 2584513006: Split out non-auto-generatable externs from auto generated ones. (Closed)
Patch Set: Use bound enum values. Created 4 years 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/editing.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js
index ee6e1d28c8b7adef7ed1b5fa4480a4880401bc6b..10a2dcc1ba447bcfd97ef79b1efd641e5fec13b9 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js
@@ -51,7 +51,7 @@ editing.TextEditHandler.prototype = {
* |valueChanged|.
* An implementation of this method should emit the appropritate braille and
* spoken feedback for the event.
- * @param {!AutomationEvent} evt
+ * @param {!AutomationEvent|!ChromeVoxAutomationEvent} evt
*/
onEvent: goog.abstractMethod,
};

Powered by Google App Engine
This is Rietveld 408576698