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

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

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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/common/externs.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/externs.js b/chrome/browser/resources/chromeos/chromevox/common/externs.js
index 7d34b6d6fc2ee04ab53f82b65b513ca8bd840ecf..2e2886d4237e59e2d6390ff5da1517893d58bf03 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/externs.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/externs.js
@@ -5,18 +5,3 @@
Range.prototype.getBoundingClientRect;
Document.prototype.documentElement.innerWidth;
Document.prototype.documentElement.head;
-
-/** @constructor */
-function WeakMap() {}
-
-/**
- * @param {Object} key
- * @return {*}
- */
-WeakMap.prototype.get = function(key) {};
-
-/**
- * @param {Object} key
- * @param {*} value
- */
-WeakMap.prototype.set = function(key, value) {};

Powered by Google App Engine
This is Rietveld 408576698