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

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

Issue 12177009: Printing selection from context menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/native_layer.js
diff --git a/chrome/browser/resources/print_preview/native_layer.js b/chrome/browser/resources/print_preview/native_layer.js
index ec7990df4ac5f45f03fa8621f3edb51cdd731af4..240416412d47b8a29659b5aac7bb656195f40abc 100644
--- a/chrome/browser/resources/print_preview/native_layer.js
+++ b/chrome/browser/resources/print_preview/native_layer.js
@@ -336,7 +336,7 @@ cr.define('print_preview', function() {
initialSettings['previewModifiable'] || false,
initialSettings['initiatorTabTitle'] || '',
initialSettings['documentHasSelection'] || null,
- initialSettings['selectionOnly'] || null,
+ initialSettings['shouldPrintSelectionOnly'] || null,
initialSettings['printerName'] || null,
initialSettings['appState'] || null);
« no previous file with comments | « chrome/browser/printing/print_view_manager.cc ('k') | chrome/browser/tab_contents/render_view_context_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698