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

Unified Diff: chrome/browser/resources/pdf/pdf.html

Issue 96233002: Add a PDF component extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/pdf/manifest.json ('k') | chrome/browser/resources/pdf/pdf.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/resources/pdf/manifest.json ('k') | chrome/browser/resources/pdf/pdf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698