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

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

Issue 2091143002: Add the authenticate screen for the quick unlock settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pin-unlock-settings-keyboard-fixes
Patch Set: Created 4 years, 6 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 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 <structure name="IDR_SETTINGS_PEOPLE_EASY_UNLOCK_TURN_OFF_DIALOG_HTML" 886 <structure name="IDR_SETTINGS_PEOPLE_EASY_UNLOCK_TURN_OFF_DIALOG_HTML"
887 file="people_page/easy_unlock_turn_off_dialog.html" 887 file="people_page/easy_unlock_turn_off_dialog.html"
888 type="chrome_html" 888 type="chrome_html"
889 flattenhtml="true" 889 flattenhtml="true"
890 allowexternalscript="true" /> 890 allowexternalscript="true" />
891 <structure name="IDR_SETTINGS_PIN_KEYBOARD_HTML" 891 <structure name="IDR_SETTINGS_PIN_KEYBOARD_HTML"
892 file="people_page/pin_keyboard.html" 892 file="people_page/pin_keyboard.html"
893 type="chrome_html" 893 type="chrome_html"
894 flattenhtml="true" 894 flattenhtml="true"
895 allowexternalscript="true"/> 895 allowexternalscript="true"/>
896 <structure name="IDR_SETTINGS_QUICK_UNLOCK_AUTHENTICATE_JS"
897 file="people_page/quick_unlock_authenticate.js"
898 type="chrome_html" />
899 <structure name="IDR_SETTINGS_QUICK_UNLOCK_AUTHENTICATE_HTML"
900 file="people_page/quick_unlock_authenticate.html"
901 type="chrome_html"
902 flattenhtml="true"
903 allowexternalscript="true" />
904 <structure name="IDR_SETTINGS_QUICK_UNLOCK_ROUTING_BEHAVIOR_JS"
905 file="people_page/quick_unlock_routing_behavior.js"
906 type="chrome_html" />
907 <structure name="IDR_SETTINGS_QUICK_UNLOCK_ROUTING_BEHAVIOR_HTML"
908 file="people_page/quick_unlock_routing_behavior.html"
909 type="chrome_html"
910 flattenhtml="true"
911 allowexternalscript="true" />
896 <structure name="IDR_SETTINGS_KEYBOARD_PIN_JS" 912 <structure name="IDR_SETTINGS_KEYBOARD_PIN_JS"
897 file="people_page/pin_keyboard.js" 913 file="people_page/pin_keyboard.js"
898 type="chrome_html" 914 type="chrome_html"
899 flattenhtml="true" /> 915 flattenhtml="true" />
900 <structure name="IDR_SETTINGS_USERS_PAGE_ADD_USER_DIALOG_JS" 916 <structure name="IDR_SETTINGS_USERS_PAGE_ADD_USER_DIALOG_JS"
901 file="people_page/users_add_user_dialog.js" 917 file="people_page/users_add_user_dialog.js"
902 type="chrome_html" /> 918 type="chrome_html" />
903 <structure name="IDR_SETTINGS_USERS_PAGE_ADD_USER_DIALOG_HTML" 919 <structure name="IDR_SETTINGS_USERS_PAGE_ADD_USER_DIALOG_HTML"
904 file="people_page/users_add_user_dialog.html" 920 file="people_page/users_add_user_dialog.html"
905 type="chrome_html" 921 type="chrome_html"
(...skipping 12 matching lines...) Expand all
918 type="chrome_html" /> 934 type="chrome_html" />
919 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 935 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
920 file="people_page/users_page.html" 936 file="people_page/users_page.html"
921 type="chrome_html" 937 type="chrome_html"
922 flattenhtml="true" 938 flattenhtml="true"
923 allowexternalscript="true" /> 939 allowexternalscript="true" />
924 </if> 940 </if>
925 </structures> 941 </structures>
926 </release> 942 </release>
927 </grit> 943 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698