diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-15 22:30:48 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-15 22:30:48 +0000 |
commit | 1c23b4e86cf43bf86c591840bba6be39ad49b0c9 (patch) | |
tree | 5e3c268f4544a27d74fc81d0820e0a3fd82949ae /printing/printing_context_win.cc | |
parent | 0374b165987b53354edca740082640315091fd95 (diff) | |
download | chromium_src-1c23b4e86cf43bf86c591840bba6be39ad49b0c9.zip chromium_src-1c23b4e86cf43bf86c591840bba6be39ad49b0c9.tar.gz chromium_src-1c23b4e86cf43bf86c591840bba6be39ad49b0c9.tar.bz2 |
Move margin processing code to the browser process.
It seems that this is where it is supposed to live and it was erroneously added to PrintWebViewHelper.
BUG=67091, 92045, 91880, 92000, 92218, 95905
TEST=NONE
Review URL: http://codereview.chromium.org/8201027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105688 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printing_context_win.cc')
-rw-r--r-- | printing/printing_context_win.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/printing/printing_context_win.cc b/printing/printing_context_win.cc index 3a1da66..e7c0f56 100644 --- a/printing/printing_context_win.cc +++ b/printing/printing_context_win.cc @@ -383,11 +383,6 @@ PrintingContext::Result PrintingContextWin::UpdatePrinterSettings( return OK; } - // Underlying |settings_| do not have these attributes, so we need to - // operate on printer directly, which involves reloading settings. - // Therefore, reset the settings anyway. - ResetSettings(); - HANDLE printer; LPWSTR device_name_wide = const_cast<wchar_t*>(device_name.c_str()); if (!OpenPrinter(device_name_wide, &printer, NULL)) |