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

Side by Side Diff: chrome/browser/resources/print_preview/search/cros_destination_resolver.html

Issue 2606043004: Perform printer setup on Chrome OS before selecting printer. (Closed)
Patch Set: fix nits Created 3 years, 11 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 unified diff | Download patch
OLDNEW
(Empty)
1 <div id="cros-printer-resolver" class="overlay transparent" hidden>
2 <div class="page">
3 <div class="close-button"></div>
4 <div class="action-area">
5 <div class="resolving-message">
6 $i18n{resolveCrosPrinterMessage}
7 </div>
8 </div>
9 </div>
10 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698