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

Unified Diff: chrome/browser/resources/print_preview/search/destination_search.html

Issue 587013003: Add Print Preview UI to accept and reject printer sharing invitations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/search/destination_search.html
diff --git a/chrome/browser/resources/print_preview/search/destination_search.html b/chrome/browser/resources/print_preview/search/destination_search.html
index 0a2191d919edbae7f7b228e1bba0e1128c327b44..8cbc6f80841b59b8824e48fc20c7fe7ef2eb1d96 100644
--- a/chrome/browser/resources/print_preview/search/destination_search.html
+++ b/chrome/browser/resources/print_preview/search/destination_search.html
@@ -12,6 +12,15 @@
<div class="local-list"></div>
<div class="cloud-list" hidden></div>
</div>
+ <div class="invitation-container" hidden>
+ <div class="invitation-text"></div>
+ <div class="invitation-buttons">
+ <button class="invitation-accept-button"></button>
+ <button class="invitation-reject-button" i18n-content="reject">
+ </button>
+ <div id="invitation-process-throbber" class="throbber" hidden></div>
+ </div>
+ </div>
<div class="cloudprint-promo" hidden>
<img src="../images/cloud.png" class="icon">
<div class="promo-text"></div>

Powered by Google App Engine
This is Rietveld 408576698