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

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

Issue 6326007: Move SSL resources out of browser\security\resources into browser\resources a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <style type="text/css"> 5 <style type="text/css">
6 body { 6 body {
7 background-color:#500; 7 background-color:#500;
8 font-family:Helvetica,Arial,sans-serif; 8 font-family:Helvetica,Arial,sans-serif;
9 margin:0px; 9 margin:0px;
10 } 10 }
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 <p i18n-values=".innerHTML:moreInfo1"></p> 127 <p i18n-values=".innerHTML:moreInfo1"></p>
128 <p i18n-values=".innerHTML:moreInfo2"></p> 128 <p i18n-values=".innerHTML:moreInfo2"></p>
129 <p i18n-values=".innerHTML:moreInfo3"></p> 129 <p i18n-values=".innerHTML:moreInfo3"></p>
130 <p i18n-values=".innerHTML:moreInfo4"></p> 130 <p i18n-values=".innerHTML:moreInfo4"></p>
131 <p i18n-values=".innerHTML:moreInfo5"></p> 131 <p i18n-values=".innerHTML:moreInfo5"></p>
132 </div> 132 </div>
133 </td> 133 </td>
134 </table> 134 </table>
135 </body> 135 </body>
136 </html> 136 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/safe_browsing_phishing_block.html ('k') | chrome/browser/resources/ssl_roadblock.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698