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

Unified Diff: printing/page_size_margins.h

Issue 8564040: Revert 110035 - Print Preview: Making margin selection sticky (part 2/2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « chrome/test/data/webui/print_preview.js ('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
===================================================================
--- printing/page_size_margins.h (revision 110039)
+++ printing/page_size_margins.h (working copy)
@@ -5,10 +5,6 @@
#ifndef PRINTING_PAGE_SIZE_MARGINS_H_
#define PRINTING_PAGE_SIZE_MARGINS_H_
-namespace base {
-class DictionaryValue;
-}
-
namespace printing {
// Struct that holds margin and content area sizes of a page. Units are
@@ -22,9 +18,7 @@
double margin_left;
};
-void getCustomMarginsFromJobSettings(const base::DictionaryValue& settings,
- PageSizeMargins* page_size_margins);
-
} // namespace printing
#endif // PRINTING_PAGE_SIZE_MARGINS_H_
+
Property changes on: printing/page_size_margins.h
___________________________________________________________________
Deleted: svn:eol-style
- LF
« no previous file with comments | « chrome/test/data/webui/print_preview.js ('k') | printing/page_size_margins.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698