summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/pdf/pdf.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/pdf/pdf.html')
-rw-r--r--chromium/chrome/browser/resources/pdf/pdf.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/chromium/chrome/browser/resources/pdf/pdf.html b/chromium/chrome/browser/resources/pdf/pdf.html
deleted file mode 100644
index 61db52371eb..00000000000
--- a/chromium/chrome/browser/resources/pdf/pdf.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!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>