| Index: chrome/browser/resources/pdf/pdf.html
|
| diff --git a/chrome/browser/resources/pdf/pdf.html b/chrome/browser/resources/pdf/pdf.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..61db52371eb9d7f4918ba3fb6bb9c4861a7080dd
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/pdf/pdf.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE HTML>
|
| +<html i18n-values="dir:textdirection">
|
| +<head>
|
| + <meta charset="utf-8">
|
| + <style>
|
| + body {
|
| + background-color: #ccc;
|
| + font-family: sans-serif;
|
| + }
|
| + </style>
|
| +</head>
|
| +<body marginwidth="0" marginheight="0" >
|
| +</body>
|
| +<script src="pdf.js" language="javascript" type="text/javascript"></script>
|
| +</html>
|
|
|