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

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

Issue 1684693002: Revert of Implement ChromeVox Next menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@panel_view_type
Patch Set: generating revert using git 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 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) { };

Powered by Google App Engine
This is Rietveld 408576698