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

Unified Diff: printing/page_size_margins.h

Issue 329683002: Improvements in --debug-print switch implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Thu 06/12/2014 2:53:06.07 Created 6 years, 6 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 | « printing/BUILD.gn ('k') | printing/page_size_margins.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/page_size_margins.h
diff --git a/printing/page_size_margins.h b/printing/page_size_margins.h
index b6913724a90bb233583b49750a5a34074ca84790..478730850a32cdd5e469962a0b9660d77c596556 100644
--- a/printing/page_size_margins.h
+++ b/printing/page_size_margins.h
@@ -7,10 +7,6 @@
#include "printing/printing_export.h"
-namespace base {
-class DictionaryValue;
-}
-
namespace printing {
// Struct that holds margin and content area sizes of a page. Units are
@@ -24,9 +20,6 @@ struct PageSizeMargins {
double margin_left;
};
-PRINTING_EXPORT void GetCustomMarginsFromJobSettings(
- const base::DictionaryValue& settings, PageSizeMargins* page_size_margins);
-
} // namespace printing
#endif // PRINTING_PAGE_SIZE_MARGINS_H_
« no previous file with comments | « printing/BUILD.gn ('k') | printing/page_size_margins.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698