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

Side by Side Diff: chrome/browser/resources/about_version.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
« no previous file with comments | « chrome/browser/resources/about_stats.html ('k') | chrome/browser/resources/bug_report.html » ('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 2
3 <!-- 3 <!--
4 about:version template page 4 about:version template page
5 --> 5 -->
6 6
7 <html id="t"> 7 <html id="t">
8 <head> 8 <head>
9 <title i18n-content="title"></title> 9 <title i18n-content="title"></title>
10 <include src="content_security_policy.html"/>
11 <style> 10 <style>
12 body { 11 body {
13 font-family:Helvetica,Arial,sans-serif; 12 font-family:Helvetica,Arial,sans-serif;
14 background-color:white; 13 background-color:white;
15 color: black; 14 color: black;
16 margin: 0px; 15 margin: 0px;
17 } 16 }
18 #outer { 17 #outer {
19 text-align: left; 18 text-align: left;
20 margin-top: 10px; 19 margin-top: 10px;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 <td class="version" id="profile_path" i18n-content="profile_path"></ td> 107 <td class="version" id="profile_path" i18n-content="profile_path"></ td>
109 </tr> 108 </tr>
110 </table> 109 </table>
111 </div> 110 </div>
112 <script src="chrome://resources/js/i18n_template.js"></script> 111 <script src="chrome://resources/js/i18n_template.js"></script>
113 <script src="chrome://resources/js/i18n_process.js"></script> 112 <script src="chrome://resources/js/i18n_process.js"></script>
114 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 113 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
115 </body> 114 </body>
116 115
117 </html> 116 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_stats.html ('k') | chrome/browser/resources/bug_report.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698