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

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

Issue 2154213008: Settings Router Refactor: Clean up Quick Unlock (and a few misc fixes) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0211-settings-router-impl-part-3-navigateTo
Patch Set: change test 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 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 flattenhtml="true" 1035 flattenhtml="true"
1036 allowexternalscript="true" /> 1036 allowexternalscript="true" />
1037 <structure name="IDR_SETTINGS_QUICK_UNLOCK_SETUP_PIN_JS" 1037 <structure name="IDR_SETTINGS_QUICK_UNLOCK_SETUP_PIN_JS"
1038 file="people_page/quick_unlock_setup_pin.js" 1038 file="people_page/quick_unlock_setup_pin.js"
1039 type="chrome_html" /> 1039 type="chrome_html" />
1040 <structure name="IDR_SETTINGS_QUICK_UNLOCK_SETUP_PIN_HTML" 1040 <structure name="IDR_SETTINGS_QUICK_UNLOCK_SETUP_PIN_HTML"
1041 file="people_page/quick_unlock_setup_pin.html" 1041 file="people_page/quick_unlock_setup_pin.html"
1042 type="chrome_html" 1042 type="chrome_html"
1043 flattenhtml="true" 1043 flattenhtml="true"
1044 allowexternalscript="true" /> 1044 allowexternalscript="true" />
1045 <structure name="IDR_SETTINGS_QUICK_UNLOCK_ROUTING_BEHAVIOR_JS"
1046 file="people_page/quick_unlock_routing_behavior.js"
1047 type="chrome_html" />
1048 <structure name="IDR_SETTINGS_QUICK_UNLOCK_ROUTING_BEHAVIOR_HTML"
1049 file="people_page/quick_unlock_routing_behavior.html"
1050 type="chrome_html"
1051 flattenhtml="true"
1052 allowexternalscript="true" />
1053 <structure name="IDR_SETTINGS_QUICK_UNLOCK_PASSWORD_DETECT_BEHAVIOR_JS" 1045 <structure name="IDR_SETTINGS_QUICK_UNLOCK_PASSWORD_DETECT_BEHAVIOR_JS"
1054 file="people_page/quick_unlock_password_detect_behavior.js" 1046 file="people_page/quick_unlock_password_detect_behavior.js"
1055 type="chrome_html" /> 1047 type="chrome_html" />
1056 <structure name="IDR_SETTINGS_QUICK_UNLOCK_PASSWORD_DETECT_BEHAVIOR_HTML " 1048 <structure name="IDR_SETTINGS_QUICK_UNLOCK_PASSWORD_DETECT_BEHAVIOR_HTML "
1057 file="people_page/quick_unlock_password_detect_behavior.html" 1049 file="people_page/quick_unlock_password_detect_behavior.html"
1058 type="chrome_html" 1050 type="chrome_html"
1059 flattenhtml="true" 1051 flattenhtml="true"
1060 allowexternalscript="true" /> 1052 allowexternalscript="true" />
1061 <structure name="IDR_SETTINGS_KEYBOARD_PIN_JS" 1053 <structure name="IDR_SETTINGS_KEYBOARD_PIN_JS"
1062 file="people_page/pin_keyboard.js" 1054 file="people_page/pin_keyboard.js"
(...skipping 20 matching lines...) Expand all
1083 type="chrome_html" /> 1075 type="chrome_html" />
1084 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1076 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1085 file="people_page/users_page.html" 1077 file="people_page/users_page.html"
1086 type="chrome_html" 1078 type="chrome_html"
1087 flattenhtml="true" 1079 flattenhtml="true"
1088 allowexternalscript="true" /> 1080 allowexternalscript="true" />
1089 </if> 1081 </if>
1090 </structures> 1082 </structures>
1091 </release> 1083 </release>
1092 </grit> 1084 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/people_page/sync_page.js ('k') | chrome/test/data/webui/settings/device_page_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698