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

Side by Side Diff: chrome/browser/resources/options/options.html

Issue 1813023002: Add a notice about other forms of history to the CBD dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_component
Patch Set: Update strings. 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
« no previous file with comments | « chrome/browser/resources/options/info.svg ('k') | chrome/browser/resources/options/options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html id="t" i18n-values="dir:textdirection;lang:language"> 2 <html id="t" i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="optionsPageTitle"></title> 5 <title i18n-content="optionsPageTitle"></title>
6 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> 6 <link rel="stylesheet" href="chrome://resources/css/bubble.css">
7 <link rel="stylesheet" href="chrome://resources/css/bubble_button.css"> 7 <link rel="stylesheet" href="chrome://resources/css/bubble_button.css">
8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
9 <link rel="stylesheet" href="chrome://resources/css/controlled_indicator.css"> 9 <link rel="stylesheet" href="chrome://resources/css/controlled_indicator.css">
10 <link rel="stylesheet" href="chrome://resources/css/list.css"> 10 <link rel="stylesheet" href="chrome://resources/css/list.css">
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 <include src="factory_reset_overlay.html"> 141 <include src="factory_reset_overlay.html">
142 </if> 142 </if>
143 <if expr="use_nss_certs"> 143 <if expr="use_nss_certs">
144 <include src="certificate_manager.html"> 144 <include src="certificate_manager.html">
145 </if> 145 </if>
146 </div> 146 </div>
147 <div id="overlay-container-2" class="overlay transparent" hidden> 147 <div id="overlay-container-2" class="overlay transparent" hidden>
148 <include src="alert_overlay.html"> 148 <include src="alert_overlay.html">
149 <include src="autofill_edit_address_overlay.html"> 149 <include src="autofill_edit_address_overlay.html">
150 <include src="autofill_edit_creditcard_overlay.html"> 150 <include src="autofill_edit_creditcard_overlay.html">
151 <include src="clear_browser_data_history_notice_overlay.html">
151 <include src="content_settings_exceptions_area.html"> 152 <include src="content_settings_exceptions_area.html">
152 <include src="cookies_view.html"> 153 <include src="cookies_view.html">
153 <include src="handler_options.html"> 154 <include src="handler_options.html">
154 <include src="language_add_language_overlay.html"> 155 <include src="language_add_language_overlay.html">
155 <include src="supervised_user_import.html"> 156 <include src="supervised_user_import.html">
156 <include src="supervised_user_learn_more.html"> 157 <include src="supervised_user_learn_more.html">
157 <if expr="not is_macosx"> 158 <if expr="not is_macosx">
158 <include src="language_dictionary_overlay.html"> 159 <include src="language_dictionary_overlay.html">
159 </if> 160 </if>
160 <if expr="chromeos"> 161 <if expr="chromeos">
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 <include src="search_page.html"> 201 <include src="search_page.html">
201 <include src="browser_options.html"> 202 <include src="browser_options.html">
202 </div> 203 </div>
203 </div> 204 </div>
204 </div> 205 </div>
205 </div> 206 </div>
206 207
207 <script src="chrome://resources/js/i18n_template.js"></script> 208 <script src="chrome://resources/js/i18n_template.js"></script>
208 </body> 209 </body>
209 </html> 210 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/info.svg ('k') | chrome/browser/resources/options/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698