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

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

Issue 1561773002: Implement ChromeVox Next menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@panel_view_type
Patch Set: Fix Ozone by only activating panel when fullscreen 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/console_tts.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/console_tts.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/console_tts.js
index caa35597532dfe867b6159d7b61ab26971507c03..c1bda460c7f136c1fddbd77ad3dd33f3c7e23b89 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/console_tts.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/console_tts.js
@@ -62,6 +62,9 @@ cvox.ConsoleTts.prototype.addCapturingEventListener = function(listener) { };
/** @override */
cvox.ConsoleTts.prototype.increaseOrDecreaseProperty = function() { };
+/** @override */
+cvox.ConsoleTts.prototype.propertyToPercentage = function() { };
+
/**
* Sets the enabled bit.
* @param {boolean} enabled The new enabled bit.

Powered by Google App Engine
This is Rietveld 408576698