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

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

Issue 1696443002: Re-land: Implement ChromeVox Next menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/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) { };

Powered by Google App Engine
This is Rietveld 408576698