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

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

Issue 2806023002: MD Settings: Remove secondary text under Manage Supervised Users. (Closed)
Patch Set: Created 3 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/resources/settings/people_page/people_page.html ('k') | no next file » | 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/i18n/number_formatting.h" 10 #include "base/i18n/number_formatting.h"
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 1166
1167 AddLocalizedStringsBulk(html_source, localized_strings, 1167 AddLocalizedStringsBulk(html_source, localized_strings,
1168 arraysize(localized_strings)); 1168 arraysize(localized_strings));
1169 } 1169 }
1170 1170
1171 void AddPeopleStrings(content::WebUIDataSource* html_source) { 1171 void AddPeopleStrings(content::WebUIDataSource* html_source) {
1172 LocalizedString localized_strings[] = { 1172 LocalizedString localized_strings[] = {
1173 {"peoplePageTitle", IDS_SETTINGS_PEOPLE}, 1173 {"peoplePageTitle", IDS_SETTINGS_PEOPLE},
1174 {"manageOtherPeople", IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE}, 1174 {"manageOtherPeople", IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE},
1175 {"manageSupervisedUsers", IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS}, 1175 {"manageSupervisedUsers", IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS},
1176 {"manageSupervisedUsersDescription",
1177 IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS_DESCRIPTION},
1178 #if defined(OS_CHROMEOS) 1176 #if defined(OS_CHROMEOS)
1179 {"configureFingerprintTitle", IDS_SETTINGS_ADD_FINGERPRINT_DIALOG_TITLE}, 1177 {"configureFingerprintTitle", IDS_SETTINGS_ADD_FINGERPRINT_DIALOG_TITLE},
1180 {"configureFingerprintInstructionLocateScannerStep", 1178 {"configureFingerprintInstructionLocateScannerStep",
1181 IDS_SETTINGS_ADD_FINGERPRINT_DIALOG_INSTRUCTION_LOCATE_SCANNER}, 1179 IDS_SETTINGS_ADD_FINGERPRINT_DIALOG_INSTRUCTION_LOCATE_SCANNER},
1182 {"configureFingerprintInstructionMoveFingerStep", 1180 {"configureFingerprintInstructionMoveFingerStep",
1183 IDS_SETTINGS_ADD_FINGERPRINT_DIALOG_INSTRUCTION_MOVE_FINGER}, 1181 IDS_SETTINGS_ADD_FINGERPRINT_DIALOG_INSTRUCTION_MOVE_FINGER},
1184 {"configureFingerprintInstructionReadyStep", 1182 {"configureFingerprintInstructionReadyStep",
1185 IDS_SETTINGS_ADD_FINGERPRINT_DIALOG_INSTRUCTION_READY}, 1183 IDS_SETTINGS_ADD_FINGERPRINT_DIALOG_INSTRUCTION_READY},
1186 {"configureFingerprintLiftFinger", 1184 {"configureFingerprintLiftFinger",
1187 IDS_SETTINGS_ADD_FINGERPRINT_DIALOG_LIFT_FINGER}, 1185 IDS_SETTINGS_ADD_FINGERPRINT_DIALOG_LIFT_FINGER},
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
2032 2030
2033 #if defined(OS_CHROMEOS) 2031 #if defined(OS_CHROMEOS)
2034 chromeos::network_element::AddLocalizedStrings(html_source); 2032 chromeos::network_element::AddLocalizedStrings(html_source);
2035 #endif 2033 #endif
2036 policy_indicator::AddLocalizedStrings(html_source); 2034 policy_indicator::AddLocalizedStrings(html_source);
2037 2035
2038 html_source->SetJsonPath(kLocalizedStringsFile); 2036 html_source->SetJsonPath(kLocalizedStringsFile);
2039 } 2037 }
2040 2038
2041 } // namespace settings 2039 } // namespace settings
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/people_page/people_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698