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

Unified Diff: chrome/browser/resources/print_preview/previewarea/preview_area.html

Issue 11194020: Creates GCP promo for ChromeOS users with no cloud printers. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge with trunk. Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/print_preview/previewarea/preview_area.html
diff --git a/chrome/browser/resources/print_preview/previewarea/preview_area.html b/chrome/browser/resources/print_preview/previewarea/preview_area.html
index 4f595075f47062b65f203097387e6315960a71d4..ecd93e37ec13a209591e7194ca1a517b6b0ada37 100644
--- a/chrome/browser/resources/print_preview/previewarea/preview_area.html
+++ b/chrome/browser/resources/print_preview/previewarea/preview_area.html
@@ -33,7 +33,9 @@
</div>
</div>
- <object class="preview-area-compatibility-object"
- type="application/x-google-chrome-print-preview-pdf"
- data="chrome://print/dummy.pdf"></object>
+ <div class="preview-area-plugin-wrapper">
+ <object class="preview-area-compatibility-object"
+ type="application/x-google-chrome-print-preview-pdf"
+ data="chrome://print/dummy.pdf"></object>
+ </div>
</div>

Powered by Google App Engine
This is Rietveld 408576698