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..74286ef733c369a8943d3aedb0206929449f9fe3 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/blank.pdf"/> |
|
vandebo (ex-Chrome)
2011/05/11 23:38:19
nit: this is no longer a blank pdf, but a dummy pd
dpapad
2011/05/12 00:04:39
Done.
|
| </body> |
| </html> |