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

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

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: Closure compiles. 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 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 flattenhtml="true" 1073 flattenhtml="true"
1074 allowexternalscript="true"/> 1074 allowexternalscript="true"/>
1075 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_JS" 1075 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_JS"
1076 file="people_page/lock_screen.js" 1076 file="people_page/lock_screen.js"
1077 type="chrome_html" /> 1077 type="chrome_html" />
1078 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_HTML" 1078 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_HTML"
1079 file="people_page/lock_screen.html" 1079 file="people_page/lock_screen.html"
1080 type="chrome_html" 1080 type="chrome_html"
1081 flattenhtml="true" 1081 flattenhtml="true"
1082 allowexternalscript="true" /> 1082 allowexternalscript="true" />
1083 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_CONSTANTS_JS"
1084 file="people_page/lock_screen_constants.js"
1085 type="chrome_html" />
1086 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_CONSTANTS_HTML"
1087 file="people_page/lock_screen_constants.html"
1088 type="chrome_html"
1089 flattenhtml="true"
1090 allowexternalscript="true" />
1083 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_JS" 1091 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_JS"
1084 file="people_page/lock_state_behavior.js" 1092 file="people_page/lock_state_behavior.js"
1085 type="chrome_html" /> 1093 type="chrome_html" />
1086 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_HTML" 1094 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_HTML"
1087 file="people_page/lock_state_behavior.html" 1095 file="people_page/lock_state_behavior.html"
1088 type="chrome_html" 1096 type="chrome_html"
1089 flattenhtml="true" 1097 flattenhtml="true"
1090 allowexternalscript="true" /> 1098 allowexternalscript="true" />
1091 <structure name="IDR_SETTINGS_PEOPLE_SETUP_PIN_DIALOG_JS" 1099 <structure name="IDR_SETTINGS_PEOPLE_SETUP_PIN_DIALOG_JS"
1092 file="people_page/setup_pin_dialog.js" 1100 file="people_page/setup_pin_dialog.js"
(...skipping 28 matching lines...) Expand all
1121 type="chrome_html" /> 1129 type="chrome_html" />
1122 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1130 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1123 file="people_page/users_page.html" 1131 file="people_page/users_page.html"
1124 type="chrome_html" 1132 type="chrome_html"
1125 flattenhtml="true" 1133 flattenhtml="true"
1126 allowexternalscript="true" /> 1134 allowexternalscript="true" />
1127 </if> 1135 </if>
1128 </structures> 1136 </structures>
1129 </release> 1137 </release>
1130 </grit> 1138 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698