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

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

Issue 2057593003: MD Settings: Add dedicated C++ handler for restart/relaunch/powerwash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit. 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 file="basic_page/basic_page.html" 108 file="basic_page/basic_page.html"
109 type="chrome_html" 109 type="chrome_html"
110 flattenhtml="true" 110 flattenhtml="true"
111 allowexternalscript="true" /> 111 allowexternalscript="true" />
112 <structure name="IDR_SETTINGS_FONTS_BROWSER_PROXY_HTML" 112 <structure name="IDR_SETTINGS_FONTS_BROWSER_PROXY_HTML"
113 file="appearance_page/fonts_browser_proxy.html" 113 file="appearance_page/fonts_browser_proxy.html"
114 type="chrome_html" /> 114 type="chrome_html" />
115 <structure name="IDR_SETTINGS_FONTS_BROWSER_PROXY_JS" 115 <structure name="IDR_SETTINGS_FONTS_BROWSER_PROXY_JS"
116 file="appearance_page/fonts_browser_proxy.js" 116 file="appearance_page/fonts_browser_proxy.js"
117 type="chrome_html" /> 117 type="chrome_html" />
118 <structure name="IDR_SETTINGS_LIFETIME_BROWSER_PROXY_HTML"
119 file="lifetime_browser_proxy.html"
120 type="chrome_html" />
121 <structure name="IDR_SETTINGS_LIFETIME_BROWSER_PROXY_JS"
122 file="lifetime_browser_proxy.js"
123 type="chrome_html"
124 flattenhtml="true" />
118 <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_HTML" 125 <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_HTML"
119 file="on_startup_page/on_startup_page.html" 126 file="on_startup_page/on_startup_page.html"
120 type="chrome_html" /> 127 type="chrome_html" />
121 <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_JS" 128 <structure name="IDR_SETTINGS_ON_STARTUP_PAGE_JS"
122 file="on_startup_page/on_startup_page.js" 129 file="on_startup_page/on_startup_page.js"
123 type="chrome_html" /> 130 type="chrome_html" />
124 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_HTML" 131 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_HTML"
125 file="on_startup_page/startup_urls_page.html" 132 file="on_startup_page/startup_urls_page.html"
126 type="chrome_html" /> 133 type="chrome_html" />
127 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_JS" 134 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_JS"
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 type="chrome_html" /> 918 type="chrome_html" />
912 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 919 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
913 file="people_page/users_page.html" 920 file="people_page/users_page.html"
914 type="chrome_html" 921 type="chrome_html"
915 flattenhtml="true" 922 flattenhtml="true"
916 allowexternalscript="true" /> 923 allowexternalscript="true" />
917 </if> 924 </if>
918 </structures> 925 </structures>
919 </release> 926 </release>
920 </grit> 927 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698