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

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: Update the function name in print_web_view_helper.h 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 85106e244e387a5fe65726cf419a74b9ea639999..784f8a145887ce23a0621dcdebd1fb2576f6d53d 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