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

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

Issue 540183002: Add search to Print Preview advanced options and enable them in the UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 8dd63c5a4730e142278d2403be21830f84716030..6e3bd0e7cfde0d8e667d479b3dbf784b14df4640 100644
--- a/chrome/browser/resources/print_preview/print_preview.js
+++ b/chrome/browser/resources/print_preview/print_preview.js
@@ -1211,6 +1211,7 @@ cr.define('print_preview', function() {
// Pull in all other scripts in a single shot.
<include src="common/overlay.js"/>
<include src="common/search_box.js"/>
+<include src="common/search_bubble.js"/>
<include src="data/page_number_set.js"/>
<include src="data/destination.js"/>

Powered by Google App Engine
This is Rietveld 408576698