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

Unified Diff: chrome/browser/chromeos/login/user_image_screen.cc

Issue 7497059: Revert 96157 - Speak page name when arriving at picture selection screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/chromeos/login/user_image_screen.cc
===================================================================
--- chrome/browser/chromeos/login/user_image_screen.cc (revision 96157)
+++ chrome/browser/chromeos/login/user_image_screen.cc (working copy)
@@ -9,7 +9,6 @@
#include "chrome/browser/chromeos/login/login_utils.h"
#include "chrome/browser/chromeos/login/screen_observer.h"
#include "chrome/browser/chromeos/login/user_manager.h"
-#include "chrome/browser/chromeos/login/wizard_accessibility_helper.h"
#include "chrome/common/chrome_notification_types.h"
#include "content/common/notification_service.h"
#include "grit/theme_resources.h"
@@ -65,10 +64,6 @@
if (selected_image_index == -1)
selected_image_index = 0;
actor_->SelectImage(selected_image_index);
-
- WizardAccessibilityHelper::GetInstance()->MaybeSpeak(
- l10n_util::GetStringUTF8(IDS_OPTIONS_CHANGE_PICTURE_DIALOG_TEXT).c_str(),
- false, true);
}
void UserImageScreen::Hide() {
@@ -155,3 +150,4 @@
}
} // namespace chromeos
+
« 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