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

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

Issue 8233030: Print Preview: Making margin lines draggable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 9 years, 2 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.js
diff --git a/chrome/browser/resources/print_preview/print_preview.js b/chrome/browser/resources/print_preview/print_preview.js
index 600ec64bce868164591ca96f9f39691cab2b03d4..4df52e4c274da351364af25128e588bfffb59f37 100644
--- a/chrome/browser/resources/print_preview/print_preview.js
+++ b/chrome/browser/resources/print_preview/print_preview.js
@@ -1112,5 +1112,6 @@ window.onkeydown = onKeyDown;
<include src="margin_textbox.js"/>
<include src="margin_line.js"/>
<include src="margin_utils.js"/>
+<include src="margins_ui_pair.js"/>
<include src="margins_ui.js"/>
<include src="preview_area.js"/>

Powered by Google App Engine
This is Rietveld 408576698