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

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

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: 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 <?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 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 flattenhtml="true" 1061 flattenhtml="true"
1062 allowexternalscript="true"/> 1062 allowexternalscript="true"/>
1063 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_JS" 1063 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_JS"
1064 file="people_page/lock_screen.js" 1064 file="people_page/lock_screen.js"
1065 type="chrome_html" /> 1065 type="chrome_html" />
1066 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_HTML" 1066 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_HTML"
1067 file="people_page/lock_screen.html" 1067 file="people_page/lock_screen.html"
1068 type="chrome_html" 1068 type="chrome_html"
1069 flattenhtml="true" 1069 flattenhtml="true"
1070 allowexternalscript="true" /> 1070 allowexternalscript="true" />
1071 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_CONSTANTS_JS"
1072 file="people_page/lock_screen_constants.js"
1073 type="chrome_html" />
1074 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_CONSTANTS_HTML"
1075 file="people_page/lock_screen_constants.html"
1076 type="chrome_html"
1077 flattenhtml="true"
1078 allowexternalscript="true" />
1071 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_JS" 1079 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_JS"
1072 file="people_page/lock_state_behavior.js" 1080 file="people_page/lock_state_behavior.js"
1073 type="chrome_html" /> 1081 type="chrome_html" />
1074 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_HTML" 1082 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_HTML"
1075 file="people_page/lock_state_behavior.html" 1083 file="people_page/lock_state_behavior.html"
1076 type="chrome_html" 1084 type="chrome_html"
1077 flattenhtml="true" 1085 flattenhtml="true"
1078 allowexternalscript="true" /> 1086 allowexternalscript="true" />
1079 <structure name="IDR_SETTINGS_PEOPLE_SETUP_PIN_DIALOG_JS" 1087 <structure name="IDR_SETTINGS_PEOPLE_SETUP_PIN_DIALOG_JS"
1080 file="people_page/setup_pin_dialog.js" 1088 file="people_page/setup_pin_dialog.js"
(...skipping 28 matching lines...) Expand all
1109 type="chrome_html" /> 1117 type="chrome_html" />
1110 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1118 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1111 file="people_page/users_page.html" 1119 file="people_page/users_page.html"
1112 type="chrome_html" 1120 type="chrome_html"
1113 flattenhtml="true" 1121 flattenhtml="true"
1114 allowexternalscript="true" /> 1122 allowexternalscript="true" />
1115 </if> 1123 </if>
1116 </structures> 1124 </structures>
1117 </release> 1125 </release>
1118 </grit> 1126 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698