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

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

Issue 1062203002: Get rid of unnecessary speech logs from ChromeVox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_content_script_on_bkgnd_page
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 00abb033a1ca240a0f5df51f17e29389a0a00dfb..306ab27741849f4a5473165bc8c4553a3c343dd5 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/console_tts.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/console_tts.js
@@ -42,14 +42,6 @@ cvox.ConsoleTts.prototype.speak = function(textString, queueMode, properties) {
}
logStr += ' "' + textString + '"';
window['console']['log'](logStr);
-
- if (properties && properties['startCallback'] != undefined) {
- window.console.log(' using startCallback');
- }
-
- if (properties && properties['endCallback'] != undefined) {
- window.console.log(' using endCallback');
- }
}
return this;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698