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

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

Issue 10083060: [Print Preview]: Added code to support pdf fit to page functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added WebUI tests and addressed review comments Created 8 years, 8 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 f8624d70c86df92820986e69f1735e8070fb6931..a4cdc2b18a16ef6e4d0b0dfe0b64c749ef39ecaa 100644
--- a/chrome/browser/resources/print_preview/print_preview.html
+++ b/chrome/browser/resources/print_preview/print_preview.html
@@ -43,7 +43,7 @@
<include src="layout_settings.html"></include>
<include src="color_settings.html"></include>
<include src="margin_settings.html"></include>
- <include src="header_footer_settings.html"></include>
+ <include src="more_options.html"></include>
<div>
<if expr="pp_ifdef('chromeos')">
<button id="system-dialog-link"

Powered by Google App Engine
This is Rietveld 408576698