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

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

Issue 2693373002: [MD Settings] Add title to show/hide password button. (Closed)
Patch Set: feedback Created 3 years, 10 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/passwords_and_forms_page/password_edit_dialog.js ('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 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 IDS_SETTINGS_PASSWORDS_AUTOSIGNIN_CHECKBOX_LABEL}, 1063 IDS_SETTINGS_PASSWORDS_AUTOSIGNIN_CHECKBOX_LABEL},
1064 {"passwordsAutosigninDescription", 1064 {"passwordsAutosigninDescription",
1065 IDS_SETTINGS_PASSWORDS_AUTOSIGNIN_CHECKBOX_DESC}, 1065 IDS_SETTINGS_PASSWORDS_AUTOSIGNIN_CHECKBOX_DESC},
1066 {"passwordsDetail", IDS_SETTINGS_PASSWORDS_DETAIL}, 1066 {"passwordsDetail", IDS_SETTINGS_PASSWORDS_DETAIL},
1067 {"savedPasswordsHeading", IDS_SETTINGS_PASSWORDS_SAVED_HEADING}, 1067 {"savedPasswordsHeading", IDS_SETTINGS_PASSWORDS_SAVED_HEADING},
1068 {"passwordExceptionsHeading", IDS_SETTINGS_PASSWORDS_EXCEPTIONS_HEADING}, 1068 {"passwordExceptionsHeading", IDS_SETTINGS_PASSWORDS_EXCEPTIONS_HEADING},
1069 {"deletePasswordException", IDS_SETTINGS_PASSWORDS_DELETE_EXCEPTION}, 1069 {"deletePasswordException", IDS_SETTINGS_PASSWORDS_DELETE_EXCEPTION},
1070 {"passwordsDone", IDS_SETTINGS_PASSWORD_DONE}, 1070 {"passwordsDone", IDS_SETTINGS_PASSWORD_DONE},
1071 {"removePassword", IDS_SETTINGS_PASSWORD_REMOVE}, 1071 {"removePassword", IDS_SETTINGS_PASSWORD_REMOVE},
1072 {"searchPasswords", IDS_SETTINGS_PASSWORD_SEARCH}, 1072 {"searchPasswords", IDS_SETTINGS_PASSWORD_SEARCH},
1073 {"showPassword", IDS_SETTINGS_PASSWORD_SHOW},
1074 {"hidePassword", IDS_SETTINGS_PASSWORD_HIDE},
1073 {"passwordDetailsTitle", IDS_SETTINGS_PASSWORDS_VIEW_DETAILS_TITLE}, 1075 {"passwordDetailsTitle", IDS_SETTINGS_PASSWORDS_VIEW_DETAILS_TITLE},
1074 {"passwordViewDetails", IDS_SETTINGS_PASSWORD_VIEW_DETAILS}, 1076 {"passwordViewDetails", IDS_SETTINGS_PASSWORD_VIEW_DETAILS},
1075 {"editPasswordWebsiteLabel", IDS_SETTINGS_PASSWORDS_WEBSITE}, 1077 {"editPasswordWebsiteLabel", IDS_SETTINGS_PASSWORDS_WEBSITE},
1076 {"editPasswordUsernameLabel", IDS_SETTINGS_PASSWORDS_USERNAME}, 1078 {"editPasswordUsernameLabel", IDS_SETTINGS_PASSWORDS_USERNAME},
1077 {"editPasswordPasswordLabel", IDS_SETTINGS_PASSWORDS_PASSWORD}, 1079 {"editPasswordPasswordLabel", IDS_SETTINGS_PASSWORDS_PASSWORD},
1078 {"noAddressesFound", IDS_SETTINGS_ADDRESS_NONE}, 1080 {"noAddressesFound", IDS_SETTINGS_ADDRESS_NONE},
1079 {"noCreditCardsFound", IDS_SETTINGS_CREDIT_CARD_NONE}, 1081 {"noCreditCardsFound", IDS_SETTINGS_CREDIT_CARD_NONE},
1080 {"noPasswordsFound", IDS_SETTINGS_PASSWORDS_NONE}, 1082 {"noPasswordsFound", IDS_SETTINGS_PASSWORDS_NONE},
1081 {"noExceptionsFound", IDS_SETTINGS_PASSWORDS_EXCEPTIONS_NONE}, 1083 {"noExceptionsFound", IDS_SETTINGS_PASSWORDS_EXCEPTIONS_NONE},
1082 }; 1084 };
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1933 1935
1934 #if defined(OS_CHROMEOS) 1936 #if defined(OS_CHROMEOS)
1935 chromeos::network_element::AddLocalizedStrings(html_source); 1937 chromeos::network_element::AddLocalizedStrings(html_source);
1936 #endif 1938 #endif
1937 policy_indicator::AddLocalizedStrings(html_source); 1939 policy_indicator::AddLocalizedStrings(html_source);
1938 1940
1939 html_source->SetJsonPath(kLocalizedStringsFile); 1941 html_source->SetJsonPath(kLocalizedStringsFile);
1940 } 1942 }
1941 1943
1942 } // namespace settings 1944 } // namespace settings
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698