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

Unified Diff: chrome/test/data/printing/cloud_print_uitest.html

Issue 1701703003: Reland of Cleanup: Remove unused PrintSettings shrink factors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | components/printing/browser/print_manager_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/printing/cloud_print_uitest.html
diff --git a/chrome/test/data/printing/cloud_print_uitest.html b/chrome/test/data/printing/cloud_print_uitest.html
index 2b79b4a34959fc02101c3320e7e6096c3b128041..73a7537827f3bc0c0ac87ca8f387d081742f5ae7 100644
--- a/chrome/test/data/printing/cloud_print_uitest.html
+++ b/chrome/test/data/printing/cloud_print_uitest.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Cloud Print Dialog unittest</title>
-<script language="javascript">
+<script language="javascript">
window.onload = onLoad;
function onLoad() {
@@ -10,8 +10,6 @@
function testPageSetup() {
var result = JSON.stringify({'dpi': 300,
- 'min_shrink': 1.25,
- 'max_shrink': 2.0,
'selection_only': false});
chrome.send('SetPageParameters', [result]);
}
« no previous file with comments | « no previous file | components/printing/browser/print_manager_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698