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

Side by Side Diff: chrome/browser/resources/about_flash.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 i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <include src="content_security_policy.html"/>
4 <head> 3 <head>
5 <style> 4 <style>
6 .key { 5 .key {
7 font-weight: bold; 6 font-weight: bold;
8 } 7 }
9 8
10 .value { 9 .value {
11 margin-left: 15px; 10 margin-left: 15px;
12 } 11 }
13 </style> 12 </style>
(...skipping 12 matching lines...) Expand all
26 </table> 25 </table>
27 </div> 26 </div>
28 </div> 27 </div>
29 <script src="chrome://flash/about_flash.js"></script> 28 <script src="chrome://flash/about_flash.js"></script>
30 <script src="chrome://flash/strings.js"></script> 29 <script src="chrome://flash/strings.js"></script>
31 <script src="chrome://resources/js/i18n_template.js"></script> 30 <script src="chrome://resources/js/i18n_template.js"></script>
32 <script src="chrome://resources/js/i18n_process.js"></script> 31 <script src="chrome://resources/js/i18n_process.js"></script>
33 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 32 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
34 </body> 33 </body>
35 </html> 34 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_conflicts.html ('k') | chrome/browser/resources/about_memory.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698