Chromium Code Reviews| Index: chrome/browser/resources/print_preview.html |
| diff --git a/chrome/browser/resources/print_preview.html b/chrome/browser/resources/print_preview.html |
| index e157a37e79157330e24c77d55b60da34e2113ab4..d8b280fedf197a940b2960621aaf5d3a77ca78b1 100644 |
| --- a/chrome/browser/resources/print_preview.html |
| +++ b/chrome/browser/resources/print_preview.html |
| @@ -122,5 +122,7 @@ |
| <div id="error-text" class="messages hidden"></div> |
| </div> |
| </div> |
| + <object id="dummy-viewer" type="application/pdf" |
| + src="chrome://print/dummy.pdf"/> |
|
vandebo (ex-Chrome)
2011/05/11 18:00:05
We can probably do better than dummy.pdf. Maybe e
dpapad
2011/05/11 18:35:38
Done.
|
| </body> |
| </html> |