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

Side by Side Diff: chrome/browser/resources/pdf/index.html

Issue 582583002: Change the OOP PDF plugin to use BrowserPlugin mime type handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « chrome/browser/resources/pdf/background.js ('k') | chrome/browser/resources/pdf/main.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <!-- TODO(raymes): Turn these <include>s into HTML imports once they are 5 <!-- TODO(raymes): Turn these <include>s into HTML imports once they are
6 fully implemented. At that point includes.js can be removed 6 fully implemented. At that point includes.js can be removed
7 as the scripts will be pulled in automatically. --> 7 as the scripts will be pulled in automatically. -->
8 <script src="includes.js"></script> 8 <script src="includes.js"></script>
9 <include src="html_office/elements/viewer-button/viewer-button.html"> 9 <include src="html_office/elements/viewer-button/viewer-button.html">
10 <include src="html_office/elements/viewer-error-screen/viewer-error-screen.htm l"> 10 <include src="html_office/elements/viewer-error-screen/viewer-error-screen.htm l">
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 </a> 46 </a>
47 <viewer-button id="print-button" 47 <viewer-button id="print-button"
48 assetpath="html_office/elements/viewer-button/" 48 assetpath="html_office/elements/viewer-button/"
49 img="button_print.png"> 49 img="button_print.png">
50 </viewer-button> 50 </viewer-button>
51 </viewer-toolbar> 51 </viewer-toolbar>
52 52
53 <viewer-error-screen id="error-screen"></viewer-error-screen> 53 <viewer-error-screen id="error-screen"></viewer-error-screen>
54 54
55 </body> 55 </body>
56 <script src="pdf.js"></script> 56 <script src="main.js"></script>
57 </html> 57 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/pdf/background.js ('k') | chrome/browser/resources/pdf/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698