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

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

Issue 8124010: Replace <meta> tag with header for content-security-policy on chrome:// pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html id="t" i18n-values="dir:textdirection"> 2 <html id="t" i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <include src="../content_security_policy.html"/>
6 <!-- Set the title to that of the default page so that the title doesn't flash 5 <!-- Set the title to that of the default page so that the title doesn't flash
7 on load (for the most common case). --> 6 on load (for the most common case). -->
8 <title i18n-content="browserPageTabTitle"></title> 7 <title i18n-content="browserPageTabTitle"></title>
9 8
10 <link rel="icon" href="../../../app/theme/settings_favicon.png"> 9 <link rel="icon" href="../../../app/theme/settings_favicon.png">
11 <link rel="stylesheet" href="chrome://resources/css/button.css"> 10 <link rel="stylesheet" href="chrome://resources/css/button.css">
12 <link rel="stylesheet" href="chrome://resources/css/list.css"> 11 <link rel="stylesheet" href="chrome://resources/css/list.css">
13 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 12 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
14 <link rel="stylesheet" href="chrome://resources/css/select.css"> 13 <link rel="stylesheet" href="chrome://resources/css/select.css">
15 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 14 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 </div> 179 </div>
181 </div> 180 </div>
182 </div> 181 </div>
183 </div> 182 </div>
184 </div> 183 </div>
185 <script src="chrome://settings/strings.js"></script> 184 <script src="chrome://settings/strings.js"></script>
186 <script src="chrome://resources/js/i18n_template.js"></script> 185 <script src="chrome://resources/js/i18n_template.js"></script>
187 <script src="chrome://resources/js/i18n_process.js"></script> 186 <script src="chrome://resources/js/i18n_process.js"></script>
188 </body> 187 </body>
189 </html> 188 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/index.html ('k') | chrome/browser/resources/plugins.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698