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

Unified Diff: chrome/browser/resources/print_preview/print_preview.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/print_preview.html
diff --git a/chrome/browser/resources/print_preview/print_preview.html b/chrome/browser/resources/print_preview/print_preview.html
index cb2936b2f40e2654c0541dc4ac45617bf933630d..5a051e78b25936e6d1156331300b62d789ed0cb9 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -17,6 +17,7 @@
<link rel="stylesheet" href="previewarea/margin_control_container.css">
<link rel="stylesheet" href="previewarea/margin_control.css">
<link rel="stylesheet" href="../shared/css/overlay.css">
+ <link rel="stylesheet" href="no_destinations_promo.css">
<link rel="stylesheet" href="search/destination_list.css">
<link rel="stylesheet" href="search/destination_list_item.css">
@@ -70,7 +71,10 @@
</div>
</div>
<include src="search/destination_search.html"/>
- <include src="previewarea/preview_area.html"/>
+ <include src="no_destinations_promo.html"/>
+ <div id="main-container">
+ <include src="previewarea/preview_area.html"/>
+ </div>
<!-- HTML Templates -->
<include src="previewarea/margin_control.html"/>
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.css ('k') | chrome/browser/resources/print_preview/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698