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

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

Issue 2445003002: Reland: Make ChromeVox Next the default ChromeVox experience (Closed)
Patch Set: speculative fixes Created 4 years, 2 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 | chrome/browser/chromeos/accessibility/speech_monitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/speech_monitor.h
diff --git a/chrome/browser/chromeos/accessibility/speech_monitor.h b/chrome/browser/chromeos/accessibility/speech_monitor.h
index d8b10eb60dc8543198f06ffd2a300f83bcd5963d..2c8522f937a0d81c8c0897c5304711e55d52f2ff 100644
--- a/chrome/browser/chromeos/accessibility/speech_monitor.h
+++ b/chrome/browser/chromeos/accessibility/speech_monitor.h
@@ -28,6 +28,7 @@ class SpeechMonitor : public TtsPlatformImpl {
// Wait for next utterance and return true if next utterance is ChromeVox
// enabled message.
bool SkipChromeVoxEnabledMessage();
+ bool SkipChromeVoxMessage(const std::string& message);
// TtsPlatformImpl implementation.
bool PlatformImplAvailable() override;
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/speech_monitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698