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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js

Issue 2074513002: Parse meta tag that disables ChromeVox content script and forces compat mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address last feedback Created 4 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_document.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js
index 2cf06d22ba23b857d8ee7e8134f31782c8581824..243c42234beaf277180b971eea0f4391bebb696e 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js
@@ -213,3 +213,12 @@ PDFAccessibilityJSONReply.prototype.width;
* }
*/
PDFAccessibilityJSONReply.prototype.textBox;
+
+
+/**
+ * @param {?function(this:S, T, number, !Array<T>): ?} callback
+ * @param {S=} opt_thisobj
+ * @this {{length: number}|Array<T>}
+ * @template T,S
+ */
+NodeList.prototype.forEach = function(callback, opt_thisobj) {};
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_document.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698