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

Side by Side Diff: chrome/browser/resources/print_preview/print_header.html

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix fit-to-page tests Created 8 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="print-header" class="print-header">
2 <span class="print-header-summary"></span>
3 <div class="button-strip">
4 <button class="print-header-print-button default"
5 i18n-content="printButton"
6 disabled></button>
7 <button class="print-header-cancel-button"
8 i18n-content="cancelButton"></button>
9 </div>
10 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698