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

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

Issue 2302483003: Pin keyboard improvements. (Closed)
Patch Set: Remove async. Created 4 years, 3 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
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 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 {"passwordPromptEnterPassword", 941 {"passwordPromptEnterPassword",
942 IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_ENTER_PASSWORD}, 942 IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_ENTER_PASSWORD},
943 {"passwordPromptInvalidPassword", 943 {"passwordPromptInvalidPassword",
944 IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_INVALID_PASSWORD}, 944 IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_INVALID_PASSWORD},
945 {"passwordPromptPasswordLabel", 945 {"passwordPromptPasswordLabel",
946 IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_PASSWORD_LABEL}, 946 IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_PASSWORD_LABEL},
947 {"passwordPromptTitle", IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_TITLE}, 947 {"passwordPromptTitle", IDS_SETTINGS_PEOPLE_PASSWORD_PROMPT_TITLE},
948 {"pinKeyboardPlaceholderPin", IDS_PIN_KEYBOARD_HINT_TEXT_PIN}, 948 {"pinKeyboardPlaceholderPin", IDS_PIN_KEYBOARD_HINT_TEXT_PIN},
949 {"pinKeyboardPlaceholderPinPassword", 949 {"pinKeyboardPlaceholderPinPassword",
950 IDS_PIN_KEYBOARD_HINT_TEXT_PIN_PASSWORD}, 950 IDS_PIN_KEYBOARD_HINT_TEXT_PIN_PASSWORD},
951 {"pinKeyboardClear", IDS_PIN_KEYBOARD_CLEAR},
952 {"changePictureTitle", IDS_SETTINGS_CHANGE_PICTURE_DIALOG_TITLE}, 951 {"changePictureTitle", IDS_SETTINGS_CHANGE_PICTURE_DIALOG_TITLE},
953 {"changePicturePageDescription", IDS_SETTINGS_CHANGE_PICTURE_DIALOG_TEXT}, 952 {"changePicturePageDescription", IDS_SETTINGS_CHANGE_PICTURE_DIALOG_TEXT},
954 {"takePhoto", IDS_SETTINGS_CHANGE_PICTURE_TAKE_PHOTO}, 953 {"takePhoto", IDS_SETTINGS_CHANGE_PICTURE_TAKE_PHOTO},
955 {"discardPhoto", IDS_SETTINGS_CHANGE_PICTURE_DISCARD_PHOTO}, 954 {"discardPhoto", IDS_SETTINGS_CHANGE_PICTURE_DISCARD_PHOTO},
956 {"flipPhoto", IDS_SETTINGS_CHANGE_PICTURE_FLIP_PHOTO}, 955 {"flipPhoto", IDS_SETTINGS_CHANGE_PICTURE_FLIP_PHOTO},
957 {"chooseFile", IDS_SETTINGS_CHANGE_PICTURE_CHOOSE_FILE}, 956 {"chooseFile", IDS_SETTINGS_CHANGE_PICTURE_CHOOSE_FILE},
958 {"profilePhoto", IDS_SETTINGS_CHANGE_PICTURE_PROFILE_PHOTO}, 957 {"profilePhoto", IDS_SETTINGS_CHANGE_PICTURE_PROFILE_PHOTO},
959 {"oldPhoto", IDS_SETTINGS_CHANGE_PICTURE_OLD_PHOTO}, 958 {"oldPhoto", IDS_SETTINGS_CHANGE_PICTURE_OLD_PHOTO},
960 {"profilePhotoLoading", IDS_SETTINGS_CHANGE_PICTURE_PROFILE_LOADING_PHOTO}, 959 {"profilePhotoLoading", IDS_SETTINGS_CHANGE_PICTURE_PROFILE_LOADING_PHOTO},
961 {"previewAltText", IDS_SETTINGS_CHANGE_PICTURE_PREVIEW_ALT}, 960 {"previewAltText", IDS_SETTINGS_CHANGE_PICTURE_PREVIEW_ALT},
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
1605 #endif 1604 #endif
1606 AddUsersStrings(html_source); 1605 AddUsersStrings(html_source);
1607 AddWebContentStrings(html_source); 1606 AddWebContentStrings(html_source);
1608 1607
1609 policy_indicator::AddLocalizedStrings(html_source); 1608 policy_indicator::AddLocalizedStrings(html_source);
1610 1609
1611 html_source->SetJsonPath(kLocalizedStringsFile); 1610 html_source->SetJsonPath(kLocalizedStringsFile);
1612 } 1611 }
1613 1612
1614 } // namespace settings 1613 } // namespace settings
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698