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

Unified Diff: components/printing/test/mock_printer.h

Issue 2795453002: Use DPI from Print Preview on Windows, handle non square (Closed)
Patch Set: Remove unused desired_dpi Created 3 years, 9 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: components/printing/test/mock_printer.h
diff --git a/components/printing/test/mock_printer.h b/components/printing/test/mock_printer.h
index 9492a6bf4876d36ff457e768e1aa4726a39ad365..0adb9af0b81715f8b04366867229bc5274a90fbb 100644
--- a/components/printing/test/mock_printer.h
+++ b/components/printing/test/mock_printer.h
@@ -124,9 +124,6 @@ class MockPrinter {
// Specifies dots per inch.
double dpi_;
- // Desired apparent dpi on paper.
- int desired_dpi_;
-
// Print selection.
bool selection_only_;

Powered by Google App Engine
This is Rietveld 408576698