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

Side by Side Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 1840913002: A11y setting: mono audio UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete tray a11y hand icon view Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/ui/webui/settings/md_settings_localized_strings_provide r.h" 5 #include "chrome/browser/ui/webui/settings/md_settings_localized_strings_provide r.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/strings/utf_string_conversions.h" 10 #include "base/strings/utf_string_conversions.h"
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 {"tapDraggingLabel", IDS_SETTINGS_TAP_DRAGGING_LABEL}, 90 {"tapDraggingLabel", IDS_SETTINGS_TAP_DRAGGING_LABEL},
91 {"clickOnStopLabel", IDS_SETTINGS_CLICK_ON_STOP_LABEL}, 91 {"clickOnStopLabel", IDS_SETTINGS_CLICK_ON_STOP_LABEL},
92 {"delayBeforeClickLabel", IDS_SETTINGS_DELAY_BEFORE_CLICK_LABEL}, 92 {"delayBeforeClickLabel", IDS_SETTINGS_DELAY_BEFORE_CLICK_LABEL},
93 {"delayBeforeClickExtremelyShort", 93 {"delayBeforeClickExtremelyShort",
94 IDS_SETTINGS_DELAY_BEFORE_CLICK_EXTREMELY_SHORT}, 94 IDS_SETTINGS_DELAY_BEFORE_CLICK_EXTREMELY_SHORT},
95 {"delayBeforeClickVeryShort", IDS_SETTINGS_DELAY_BEFORE_CLICK_VERY_SHORT}, 95 {"delayBeforeClickVeryShort", IDS_SETTINGS_DELAY_BEFORE_CLICK_VERY_SHORT},
96 {"delayBeforeClickShort", IDS_SETTINGS_DELAY_BEFORE_CLICK_SHORT}, 96 {"delayBeforeClickShort", IDS_SETTINGS_DELAY_BEFORE_CLICK_SHORT},
97 {"delayBeforeClickLong", IDS_SETTINGS_DELAY_BEFORE_CLICK_LONG}, 97 {"delayBeforeClickLong", IDS_SETTINGS_DELAY_BEFORE_CLICK_LONG},
98 {"delayBeforeClickVeryLong", IDS_SETTINGS_DELAY_BEFORE_CLICK_VERY_LONG}, 98 {"delayBeforeClickVeryLong", IDS_SETTINGS_DELAY_BEFORE_CLICK_VERY_LONG},
99 {"onScreenKeyboardLabel", IDS_SETTINGS_ON_SCREEN_KEYBOARD_LABEL}, 99 {"onScreenKeyboardLabel", IDS_SETTINGS_ON_SCREEN_KEYBOARD_LABEL},
100 {"monoAudioLabel", IDS_SETTINGS_MONO_AUDIO_LABEL},
100 {"a11yExplanation", IDS_SETTINGS_ACCESSIBILITY_EXPLANATION}, 101 {"a11yExplanation", IDS_SETTINGS_ACCESSIBILITY_EXPLANATION},
101 {"caretHighlightLabel", 102 {"caretHighlightLabel",
102 IDS_OPTIONS_SETTINGS_ACCESSIBILITY_CARET_HIGHLIGHT_DESCRIPTION}, 103 IDS_OPTIONS_SETTINGS_ACCESSIBILITY_CARET_HIGHLIGHT_DESCRIPTION},
103 {"cursorHighlightLabel", 104 {"cursorHighlightLabel",
104 IDS_OPTIONS_SETTINGS_ACCESSIBILITY_CURSOR_HIGHLIGHT_DESCRIPTION}, 105 IDS_OPTIONS_SETTINGS_ACCESSIBILITY_CURSOR_HIGHLIGHT_DESCRIPTION},
105 {"focusHighlightLabel", 106 {"focusHighlightLabel",
106 IDS_OPTIONS_SETTINGS_ACCESSIBILITY_FOCUS_HIGHLIGHT_DESCRIPTION}, 107 IDS_OPTIONS_SETTINGS_ACCESSIBILITY_FOCUS_HIGHLIGHT_DESCRIPTION},
107 {"selectToSpeakLabel", 108 {"selectToSpeakLabel",
108 IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SELECT_TO_SPEAK_DESCRIPTION}, 109 IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SELECT_TO_SPEAK_DESCRIPTION},
109 {"switchAccessLabel", 110 {"switchAccessLabel",
(...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 #endif 939 #endif
939 AddUsersStrings(html_source); 940 AddUsersStrings(html_source);
940 AddWebContentStrings(html_source); 941 AddWebContentStrings(html_source);
941 942
942 policy_indicator::AddLocalizedStrings(html_source); 943 policy_indicator::AddLocalizedStrings(html_source);
943 944
944 html_source->SetJsonPath(kLocalizedStringsFile); 945 html_source->SetJsonPath(kLocalizedStringsFile);
945 } 946 }
946 947
947 } // namespace settings 948 } // namespace settings
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698