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

Unified Diff: chrome/browser/chromeos/login/wizard_accessibility_handler.h

Issue 3442011: Enabling access notifications for login wizard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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/login/wizard_accessibility_handler.h
===================================================================
--- chrome/browser/chromeos/login/wizard_accessibility_handler.h (revision 60696)
+++ chrome/browser/chromeos/login/wizard_accessibility_handler.h (working copy)
@@ -13,10 +13,12 @@
// Class that handles the accessibility notifications and generates
// appropriate spoken/audio feedback.
class WizardAccessibilityHandler : public NotificationObserver {
- private:
+ public:
// Speaks the specified string.
- void Speak(const char* speak_str);
+ void Speak(const char* speak_str, bool queue, bool interruptible);
+ private:
+
// Override from NotificationObserver.
virtual void Observe(NotificationType type,
const NotificationSource& source,

Powered by Google App Engine
This is Rietveld 408576698