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

Unified Diff: chrome/browser/chromeos/system/ash_system_tray_delegate.cc

Issue 10843045: Move "Accessibility features are enabled." string resource from chrome/ to ash/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split ash_string.grd change to another CL Created 8 years, 5 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 | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/system/ash_system_tray_delegate.cc
diff --git a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
index f28867baa85986654352e70b9f980a4e236de086..23cd4e71edcc89a003f655b2e35e0b1830e48bdd 100644
--- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
+++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
@@ -1057,8 +1057,7 @@ class SystemTrayDelegate : public ash::SystemTrayDelegate,
tray_->accessibility_observer();
if (observer) {
observer->OnAccessibilityModeChanged(
- service->GetBoolean(prefs::kSpokenFeedbackEnabled),
- IDS_STATUSBAR_ACCESSIBILITY_TURNED_ON_BUBBLE);
+ service->GetBoolean(prefs::kSpokenFeedbackEnabled));
}
} else {
NOTREACHED();
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698