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

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

Issue 2097673002: Add a settings screen that lets the user choose how they unlock their device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pin-unlock-settings-authenticate
Patch Set: Adjust for authenticate screen comments Created 4 years, 5 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"> 2 <grit latest_public_release="0" current_release="1">
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 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 flattenhtml="true" 906 flattenhtml="true"
907 allowexternalscript="true"/> 907 allowexternalscript="true"/>
908 <structure name="IDR_SETTINGS_QUICK_UNLOCK_AUTHENTICATE_JS" 908 <structure name="IDR_SETTINGS_QUICK_UNLOCK_AUTHENTICATE_JS"
909 file="people_page/quick_unlock_authenticate.js" 909 file="people_page/quick_unlock_authenticate.js"
910 type="chrome_html" /> 910 type="chrome_html" />
911 <structure name="IDR_SETTINGS_QUICK_UNLOCK_AUTHENTICATE_HTML" 911 <structure name="IDR_SETTINGS_QUICK_UNLOCK_AUTHENTICATE_HTML"
912 file="people_page/quick_unlock_authenticate.html" 912 file="people_page/quick_unlock_authenticate.html"
913 type="chrome_html" 913 type="chrome_html"
914 flattenhtml="true" 914 flattenhtml="true"
915 allowexternalscript="true" /> 915 allowexternalscript="true" />
916 <structure name="IDR_SETTINGS_QUICK_UNLOCK_CHOOSE_METHOD_JS"
917 file="people_page/quick_unlock_choose_method.js"
918 type="chrome_html" />
919 <structure name="IDR_SETTINGS_QUICK_UNLOCK_CHOOSE_METHOD_HTML"
920 file="people_page/quick_unlock_choose_method.html"
921 type="chrome_html"
922 flattenhtml="true"
923 allowexternalscript="true" />
916 <structure name="IDR_SETTINGS_QUICK_UNLOCK_ROUTING_BEHAVIOR_JS" 924 <structure name="IDR_SETTINGS_QUICK_UNLOCK_ROUTING_BEHAVIOR_JS"
917 file="people_page/quick_unlock_routing_behavior.js" 925 file="people_page/quick_unlock_routing_behavior.js"
918 type="chrome_html" /> 926 type="chrome_html" />
919 <structure name="IDR_SETTINGS_QUICK_UNLOCK_ROUTING_BEHAVIOR_HTML" 927 <structure name="IDR_SETTINGS_QUICK_UNLOCK_ROUTING_BEHAVIOR_HTML"
920 file="people_page/quick_unlock_routing_behavior.html" 928 file="people_page/quick_unlock_routing_behavior.html"
921 type="chrome_html" 929 type="chrome_html"
922 flattenhtml="true" 930 flattenhtml="true"
923 allowexternalscript="true" /> 931 allowexternalscript="true" />
932 <structure name="IDR_SETTINGS_QUICK_UNLOCK_VALIDATING_BEHAVIOR_JS"
933 file="people_page/quick_unlock_validating_behavior.js"
934 type="chrome_html" />
935 <structure name="IDR_SETTINGS_QUICK_UNLOCK_VALIDATING_BEHAVIOR_HTML"
936 file="people_page/quick_unlock_validating_behavior.html"
937 type="chrome_html"
938 flattenhtml="true"
939 allowexternalscript="true" />
924 <structure name="IDR_SETTINGS_KEYBOARD_PIN_JS" 940 <structure name="IDR_SETTINGS_KEYBOARD_PIN_JS"
925 file="people_page/pin_keyboard.js" 941 file="people_page/pin_keyboard.js"
926 type="chrome_html" 942 type="chrome_html"
927 flattenhtml="true" /> 943 flattenhtml="true" />
928 <structure name="IDR_SETTINGS_USERS_PAGE_ADD_USER_DIALOG_JS" 944 <structure name="IDR_SETTINGS_USERS_PAGE_ADD_USER_DIALOG_JS"
929 file="people_page/users_add_user_dialog.js" 945 file="people_page/users_add_user_dialog.js"
930 type="chrome_html" /> 946 type="chrome_html" />
931 <structure name="IDR_SETTINGS_USERS_PAGE_ADD_USER_DIALOG_HTML" 947 <structure name="IDR_SETTINGS_USERS_PAGE_ADD_USER_DIALOG_HTML"
932 file="people_page/users_add_user_dialog.html" 948 file="people_page/users_add_user_dialog.html"
933 type="chrome_html" 949 type="chrome_html"
(...skipping 12 matching lines...) Expand all
946 type="chrome_html" /> 962 type="chrome_html" />
947 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 963 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
948 file="people_page/users_page.html" 964 file="people_page/users_page.html"
949 type="chrome_html" 965 type="chrome_html"
950 flattenhtml="true" 966 flattenhtml="true"
951 allowexternalscript="true" /> 967 allowexternalscript="true" />
952 </if> 968 </if>
953 </structures> 969 </structures>
954 </release> 970 </release>
955 </grit> 971 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698