| 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 6db9d0de41f75f7d96cfd0adde5a84fa5106903f..ebb50f8b6da56b14540aecf92b37cdf0d906043d 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/history.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/history.js
|
| @@ -344,6 +344,8 @@ 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) { };
|
|
|
|
|
|
|