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

Unified Diff: chrome/browser/chromeos/accessibility/speech_monitor.cc

Issue 866713002: Reland: Reenable oobe spoken feedback test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rewrite OOBE test to be based on LoginManagerTest and not assume initial speech, git cl format. Created 5 years, 11 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/chromeos/accessibility/speech_monitor.cc
diff --git a/chrome/browser/chromeos/accessibility/speech_monitor.cc b/chrome/browser/chromeos/accessibility/speech_monitor.cc
index dabc8d74f5ea1bb65db21cb1e5652564b5e0c9e2..fce3ea8c28e666189eef3cd6fb70ccc4f5d02232 100644
--- a/chrome/browser/chromeos/accessibility/speech_monitor.cc
+++ b/chrome/browser/chromeos/accessibility/speech_monitor.cc
@@ -73,6 +73,7 @@ std::string SpeechMonitor::error() {
void SpeechMonitor::WillSpeakUtteranceWithVoice(const Utterance* utterance,
const VoiceData& voice_data) {
+ VLOG(0) << "Speaking " << utterance->text();
David Tseng 2015/01/27 18:16:45 nit: remove
dmazzoni 2015/01/27 18:38:44 I'm okay with leaving it as a VLOG, but I learned
utterance_queue_.push_back(utterance->text());
if (loop_runner_.get())
loop_runner_->Quit();

Powered by Google App Engine
This is Rietveld 408576698