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

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

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: Fixed patch set 1 errors. 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 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 flattenhtml="true" 1067 flattenhtml="true"
1068 allowexternalscript="true"/> 1068 allowexternalscript="true"/>
1069 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_JS" 1069 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_JS"
1070 file="people_page/lock_screen.js" 1070 file="people_page/lock_screen.js"
1071 type="chrome_html" /> 1071 type="chrome_html" />
1072 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_HTML" 1072 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_HTML"
1073 file="people_page/lock_screen.html" 1073 file="people_page/lock_screen.html"
1074 type="chrome_html" 1074 type="chrome_html"
1075 flattenhtml="true" 1075 flattenhtml="true"
1076 allowexternalscript="true" /> 1076 allowexternalscript="true" />
1077 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_CONSTANTS_JS"
1078 file="people_page/lock_screen_constants.js"
1079 type="chrome_html" />
1080 <structure name="IDR_SETTINGS_PEOPLE_LOCK_SCREEN_CONSTANTS_HTML"
1081 file="people_page/lock_screen_constants.html"
1082 type="chrome_html"
1083 flattenhtml="true"
1084 allowexternalscript="true" />
1077 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_JS" 1085 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_JS"
1078 file="people_page/lock_state_behavior.js" 1086 file="people_page/lock_state_behavior.js"
1079 type="chrome_html" /> 1087 type="chrome_html" />
1080 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_HTML" 1088 <structure name="IDR_SETTINGS_PEOPLE_LOCK_STATE_BEHAVIOR_HTML"
1081 file="people_page/lock_state_behavior.html" 1089 file="people_page/lock_state_behavior.html"
1082 type="chrome_html" 1090 type="chrome_html"
1083 flattenhtml="true" 1091 flattenhtml="true"
1084 allowexternalscript="true" /> 1092 allowexternalscript="true" />
1085 <structure name="IDR_SETTINGS_PEOPLE_SETUP_PIN_DIALOG_JS" 1093 <structure name="IDR_SETTINGS_PEOPLE_SETUP_PIN_DIALOG_JS"
1086 file="people_page/setup_pin_dialog.js" 1094 file="people_page/setup_pin_dialog.js"
(...skipping 28 matching lines...) Expand all
1115 type="chrome_html" /> 1123 type="chrome_html" />
1116 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 1124 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
1117 file="people_page/users_page.html" 1125 file="people_page/users_page.html"
1118 type="chrome_html" 1126 type="chrome_html"
1119 flattenhtml="true" 1127 flattenhtml="true"
1120 allowexternalscript="true" /> 1128 allowexternalscript="true" />
1121 </if> 1129 </if>
1122 </structures> 1130 </structures>
1123 </release> 1131 </release>
1124 </grit> 1132 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698