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

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

Issue 1876283002: MD Settings: On Startup, moving remove URL option under a dots menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@edit_on_startup_cpp
Patch Set: Typo. Created 4 years, 8 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_BROWSER_PROXY_HTML" 98 <structure name="IDR_SETTINGS_STARTUP_URLS_PAGE_BROWSER_PROXY_HTML"
99 file="on_startup_page/startup_urls_page_browser_proxy.html" 99 file="on_startup_page/startup_urls_page_browser_proxy.html"
100 type="chrome_html" /> 100 type="chrome_html" />
101 <structure name="IDR_SETTINGS_STARTUP_URL_DIALOG_JS" 101 <structure name="IDR_SETTINGS_STARTUP_URL_DIALOG_JS"
102 file="on_startup_page/startup_url_dialog.js" 102 file="on_startup_page/startup_url_dialog.js"
103 type="chrome_html" /> 103 type="chrome_html" />
104 <structure name="IDR_SETTINGS_STARTUP_URL_DIALOG_HTML" 104 <structure name="IDR_SETTINGS_STARTUP_URL_DIALOG_HTML"
105 file="on_startup_page/startup_url_dialog.html" 105 file="on_startup_page/startup_url_dialog.html"
106 type="chrome_html" 106 type="chrome_html"
107 allowexternalscript="true" /> 107 allowexternalscript="true" />
108 <structure name="IDR_SETTINGS_STARTUP_URL_ENTRY_JS"
109 file="on_startup_page/startup_url_entry.js"
110 type="chrome_html" />
111 <structure name="IDR_SETTINGS_STARTUP_URL_ENTRY_HTML"
112 file="on_startup_page/startup_url_entry.html"
113 type="chrome_html"
114 allowexternalscript="true" />
108 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_CSS" 115 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_CSS"
109 file="settings_main/settings_main.css" 116 file="settings_main/settings_main.css"
110 type="chrome_html" /> 117 type="chrome_html" />
111 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_HTML" 118 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_HTML"
112 file="settings_main/settings_main.html" 119 file="settings_main/settings_main.html"
113 type="chrome_html" 120 type="chrome_html"
114 flattenhtml="true" 121 flattenhtml="true"
115 allowexternalscript="true" /> 122 allowexternalscript="true" />
116 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_JS" 123 <structure name="IDR_SETTINGS_CR_SETTINGS_MAIN_JS"
117 file="settings_main/settings_main.js" 124 file="settings_main/settings_main.js"
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 type="chrome_html" 912 type="chrome_html"
906 flattenhtml="true" 913 flattenhtml="true"
907 allowexternalscript="true" /> 914 allowexternalscript="true" />
908 <structure name="IDR_SETTINGS_USERS_PAGE_CSS" 915 <structure name="IDR_SETTINGS_USERS_PAGE_CSS"
909 file="people_page/users_page.css" 916 file="people_page/users_page.css"
910 type="chrome_html" /> 917 type="chrome_html" />
911 </if> 918 </if>
912 </structures> 919 </structures>
913 </release> 920 </release>
914 </grit> 921 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698