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

Side by Side Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2208473007: Rework quick unlock settings to follow new specs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Initial upload Created 4 years, 4 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 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/settings_resources.h" type="rc_header"> 4 <output filename="grit/settings_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/settings_resources_map.cc" 7 <output filename="grit/settings_resources_map.cc"
8 type="resource_file_map_source" /> 8 type="resource_file_map_source" />
9 <output filename="grit/settings_resources_map.h" 9 <output filename="grit/settings_resources_map.h"
10 type="resource_map_header" /> 10 type="resource_map_header" />
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 flattenhtml="true" 1002 flattenhtml="true"
1003 allowexternalscript="true" /> 1003 allowexternalscript="true" />
1004 <structure name="IDR_SETTINGS_PEOPLE_EASY_UNLOCK_TURN_OFF_DIALOG_JS" 1004 <structure name="IDR_SETTINGS_PEOPLE_EASY_UNLOCK_TURN_OFF_DIALOG_JS"
1005 file="people_page/easy_unlock_turn_off_dialog.js" 1005 file="people_page/easy_unlock_turn_off_dialog.js"
1006 type="chrome_html" /> 1006 type="chrome_html" />
1007 <structure name="IDR_SETTINGS_PEOPLE_EASY_UNLOCK_TURN_OFF_DIALOG_HTML" 1007 <structure name="IDR_SETTINGS_PEOPLE_EASY_UNLOCK_TURN_OFF_DIALOG_HTML"
1008 file="people_page/easy_unlock_turn_off_dialog.html" 1008 file="people_page/easy_unlock_turn_off_dialog.html"
1009 type="chrome_html" 1009 type="chrome_html"
1010 flattenhtml="true" 1010 flattenhtml="true"
1011 allowexternalscript="true" /> 1011 allowexternalscript="true" />
1012 <structure name="IDR_SETTINGS_PIN_KEYBOARD_HTML" 1012 <structure name="IDR_SETTINGS_PEOPLE_PASSWORD_PROMPT_DIALOG_JS"
1013 file="people_page/password_prompt_dialog.js"
1014 type="chrome_html" />
1015 <structure name="IDR_SETTINGS_PEOPLE_PASSWORD_PROMPT_DIALOG_HTML"
1016 file="people_page/password_prompt_dialog.html"
1017 type="chrome_html"
1018 flattenhtml="true"
1019 allowexternalscript="true" />
1020 <structure name="IDR_SETTINGS_PEOPLE_PIN_KEYBOARD_HTML"
1013 file="people_page/pin_keyboard.html" 1021 file="people_page/pin_keyboard.html"
1014 type="chrome_html" 1022 type="chrome_html"
1015 flattenhtml="true" 1023 flattenhtml="true"
1016 allowexternalscript="true"/> 1024 allowexternalscript="true"/>
1017 <structure name="IDR_SETTINGS_QUICK_UNLOCK_AUTHENTICATE_JS" 1025 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_JS"
1018 file="people_page/quick_unlock_authenticate.js" 1026 file="people_page/lock_screen.js"
1019 type="chrome_html" /> 1027 type="chrome_html" />
1020 <structure name="IDR_SETTINGS_QUICK_UNLOCK_AUTHENTICATE_HTML" 1028 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_HTML"
1021 file="people_page/quick_unlock_authenticate.html" 1029 file="people_page/lock_screen.html"
1022 type="chrome_html" 1030 type="chrome_html"
1023 flattenhtml="true" 1031 flattenhtml="true"
1024 allowexternalscript="true" /> 1032 allowexternalscript="true" />
1025 <structure name="IDR_SETTINGS_QUICK_UNLOCK_CHOOSE_METHOD_JS" 1033 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_JS"
1026 file="people_page/quick_unlock_choose_method.js" 1034 file="people_page/lock_state_behavior.js"
1027 type="chrome_html" /> 1035 type="chrome_html" />
1028 <structure name="IDR_SETTINGS_QUICK_UNLOCK_CHOOSE_METHOD_HTML" 1036 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_HTML"
1029 file="people_page/quick_unlock_choose_method.html" 1037 file="people_page/lock_state_behavior.html"
1030 type="chrome_html" 1038 type="chrome_html"
1031 flattenhtml="true" 1039 flattenhtml="true"
1032 allowexternalscript="true" /> 1040 allowexternalscript="true" />
1033 <structure name="IDR_SETTINGS_QUICK_UNLOCK_SETUP_PIN_JS" 1041 <structure name="IDR_SETTINGS_PEOPLE_SETUP_PIN_DIALOG_JS"
1034 file="people_page/quick_unlock_setup_pin.js" 1042 file="people_page/setup_pin_dialog.js"
1035 type="chrome_html" /> 1043 type="chrome_html" />
1036 <structure name="IDR_SETTINGS_QUICK_UNLOCK_SETUP_PIN_HTML" 1044 <structure name="IDR_SETTINGS_PEOPLE_SETUP_PIN_DIALOG_HTML"
1037 file="people_page/quick_unlock_setup_pin.html" 1045 file="people_page/setup_pin_dialog.html"
1038 type="chrome_html" 1046 type="chrome_html"
1039 flattenhtml="true" 1047 flattenhtml="true"
1040 allowexternalscript="true" /> 1048 allowexternalscript="true" />
1041 <structure name="IDR_SETTINGS_QUICK_UNLOCK_PASSWORD_DETECT_BEHAVIOR_JS"
1042 file="people_page/quick_unlock_password_detect_behavior.js"
1043 type="chrome_html" />
1044 <structure name="IDR_SETTINGS_QUICK_UNLOCK_PASSWORD_DETECT_BEHAVIOR_HTML "
1045 file="people_page/quick_unlock_password_detect_behavior.html"
1046 type="chrome_html"
1047 flattenhtml="true"
1048 allowexternalscript="true" />
1049 <structure name="IDR_SETTINGS_KEYBOARD_PIN_JS" 1049 <structure name="IDR_SETTINGS_KEYBOARD_PIN_JS"
1050 file="people_page/pin_keyboard.js" 1050 file="people_page/pin_keyboard.js"
1051 type="chrome_html" 1051 type="chrome_html"
1052 flattenhtml="true" /> 1052 flattenhtml="true" />
1053 <structure name="IDR_SETTINGS_USERS_PAGE_ADD_USER_DIALOG_JS" 1053 <structure name="IDR_SETTINGS_USERS_PAGE_ADD_USER_DIALOG_JS"
1054 file="people_page/users_add_user_dialog.js" 1054 file="people_page/users_add_user_dialog.js"
1055 type="chrome_html" /> 1055 type="chrome_html" />
1056 <structure name="IDR_SETTINGS_USERS_PAGE_ADD_USER_DIALOG_HTML" 1056 <structure name="IDR_SETTINGS_USERS_PAGE_ADD_USER_DIALOG_HTML"
1057 file="people_page/users_add_user_dialog.html" 1057 file="people_page/users_add_user_dialog.html"
1058 type="chrome_html" 1058 type="chrome_html"
(...skipping 12 matching lines...) Expand all
1071 type="chrome_html" /> 1071 type="chrome_html" />
1072 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1072 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1073 file="people_page/users_page.html" 1073 file="people_page/users_page.html"
1074 type="chrome_html" 1074 type="chrome_html"
1075 flattenhtml="true" 1075 flattenhtml="true"
1076 allowexternalscript="true" /> 1076 allowexternalscript="true" />
1077 </if> 1077 </if>
1078 </structures> 1078 </structures>
1079 </release> 1079 </release>
1080 </grit> 1080 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698