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

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

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: Added tests. Created 4 years 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 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 flattenhtml="true" 1133 flattenhtml="true"
1134 allowexternalscript="true"/> 1134 allowexternalscript="true"/>
1135 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_JS" 1135 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_JS"
1136 file="people_page/lock_screen.js" 1136 file="people_page/lock_screen.js"
1137 type="chrome_html" /> 1137 type="chrome_html" />
1138 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_HTML" 1138 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_HTML"
1139 file="people_page/lock_screen.html" 1139 file="people_page/lock_screen.html"
1140 type="chrome_html" 1140 type="chrome_html"
1141 flattenhtml="true" 1141 flattenhtml="true"
1142 allowexternalscript="true" /> 1142 allowexternalscript="true" />
1143 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_CONSTANTS_JS"
1144 file="people_page/lock_screen_constants.js"
1145 type="chrome_html" />
1146 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_CONSTANTS_HTML"
1147 file="people_page/lock_screen_constants.html"
1148 type="chrome_html"
1149 flattenhtml="true"
1150 allowexternalscript="true" />
1143 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_JS" 1151 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_JS"
1144 file="people_page/lock_state_behavior.js" 1152 file="people_page/lock_state_behavior.js"
1145 type="chrome_html" /> 1153 type="chrome_html" />
1146 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_HTML" 1154 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_HTML"
1147 file="people_page/lock_state_behavior.html" 1155 file="people_page/lock_state_behavior.html"
1148 type="chrome_html" 1156 type="chrome_html"
1149 flattenhtml="true" 1157 flattenhtml="true"
1150 allowexternalscript="true" /> 1158 allowexternalscript="true" />
1151 <structure name="IDR_SETTINGS_PEOPLE_SETUP_PIN_DIALOG_JS" 1159 <structure name="IDR_SETTINGS_PEOPLE_SETUP_PIN_DIALOG_JS"
1152 file="people_page/setup_pin_dialog.js" 1160 file="people_page/setup_pin_dialog.js"
(...skipping 28 matching lines...) Expand all
1181 type="chrome_html" /> 1189 type="chrome_html" />
1182 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1190 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1183 file="people_page/users_page.html" 1191 file="people_page/users_page.html"
1184 type="chrome_html" 1192 type="chrome_html"
1185 flattenhtml="true" 1193 flattenhtml="true"
1186 allowexternalscript="true" /> 1194 allowexternalscript="true" />
1187 </if> 1195 </if>
1188 </structures> 1196 </structures>
1189 </release> 1197 </release>
1190 </grit> 1198 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698