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

Side by Side Diff: chrome/browser/resources/bug_report_invalid.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> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <include src="content_security_policy.html"/>
6 </head> 5 </head>
7 <title i18n-content="title"></title> 6 <title i18n-content="title"></title>
8 <body style="-webkit-user-select: none"> 7 <body style="-webkit-user-select: none">
9 Invalid BugReport options - please check. 8 Invalid BugReport options - please check.
10 </body> 9 </body>
11 </html> 10 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/bug_report.html ('k') | chrome/browser/resources/content_security_policy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698