Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/history.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/history.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/history.js |
index ebb50f8b6da56b14540aecf92b37cdf0d906043d..6db9d0de41f75f7d96cfd0adde5a84fa5106903f 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/history.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/history.js |
@@ -344,8 +344,6 @@ cvox.History.prototype.addCapturingEventListener = function(listener) { }; |
cvox.History.prototype.increaseOrDecreaseProperty = |
function(propertyName, increase) { }; |
/** @override */ |
-cvox.History.prototype.propertyToPercentage = function(property) { }; |
-/** @override */ |
cvox.History.prototype.getDefaultProperty = function(property) { }; |