diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 16:18:52 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 16:18:52 +0000 |
commit | 8da547c5a635a053faef6e41b0886d5af2b43219 (patch) | |
tree | 22ace55a2a5140227a6e536bea2c93d032e38664 /chrome | |
parent | e27022f2a07acc7df33f60c5e600906977b1dd17 (diff) | |
download | chromium_src-8da547c5a635a053faef6e41b0886d5af2b43219.zip chromium_src-8da547c5a635a053faef6e41b0886d5af2b43219.tar.gz chromium_src-8da547c5a635a053faef6e41b0886d5af2b43219.tar.bz2 |
Remove an hack to enable the parent window. It seems to cause crashes in the field. I wonder why I had kept it active.
Review URL: http://codereview.chromium.org/8963
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4285 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/printing/win_printing_context.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/printing/win_printing_context.cc b/chrome/browser/printing/win_printing_context.cc index e865b3c..f4343ff 100644 --- a/chrome/browser/printing/win_printing_context.cc +++ b/chrome/browser/printing/win_printing_context.cc @@ -189,8 +189,6 @@ PrintingContext::Result PrintingContext::AskUserForSettings(HWND window, } { - CallbackHandler handler(*this, window); - dialog_options.lpCallback = handler.ToIUnknown(); if (PrintDlgEx(&dialog_options) != S_OK) { ResetSettings(); return FAILED; |