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

Unified Diff: chrome/browser/resources/print_preview/no_destinations_promo.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/no_destinations_promo.html
diff --git a/chrome/browser/resources/print_preview/no_destinations_promo.html b/chrome/browser/resources/print_preview/no_destinations_promo.html
new file mode 100644
index 0000000000000000000000000000000000000000..19cf2f28c74463c46018b439db98e43f9d3209f1
--- /dev/null
+++ b/chrome/browser/resources/print_preview/no_destinations_promo.html
@@ -0,0 +1,19 @@
+<div id="no-destinations-promo" class="overlay" hidden>
+ <div class="page">
+ <div class="dialog-title" i18n-content="noDestsPromoTitle"></div>
+ <div class="text-content">
+ <img class="gcp-logo" src="images/gcp_logo.png" />
+ <p i18n-content="noDestsPromoBody"></p>
+ <p class="gcp-description"></p>
+ </div>
+ <div class="action-button-container">
+ <button
+ class="add-printer-button"
+ i18n-content="noDestsPromoAddPrinterButtonLabel"></button>
+ <button
+ class="not-now-button"
+ i18n-content="noDestsPromoNotNowButtonLabel"></button>
+ </div>
+ <div class="close-button"></div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698