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

Issue 6541036: Take out incorrect usage of MessageLoop::SetNestableTasksAllowed. (Closed)

Created:
9 years, 10 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
Lei Zhang, M-A Ruel
CC:
chromium-reviews
Visibility:
Public.

Description

Take out incorrect usage of MessageLoop::SetNestableTasksAllowed. BUG=73466 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75460

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M chrome/browser/printing/print_job_worker.cc View 1 2 chunks +7 lines, -2 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
jam
9 years, 10 months ago (2011-02-18 21:57:16 UTC) #1
Lei Zhang
LGTM You can put my name after the TODO.
9 years, 10 months ago (2011-02-18 22:11:27 UTC) #2
jam
On Fri, Feb 18, 2011 at 2:11 PM, <thestig@chromium.org> wrote: > LGTM > > You ...
9 years, 10 months ago (2011-02-18 22:39:12 UTC) #3
M-A Ruel
9 years, 10 months ago (2011-02-19 01:45:43 UTC) #4
http://codereview.chromium.org/6541036/diff/2002/chrome/browser/printing/prin...
File chrome/browser/printing/print_job_worker.cc (right):

http://codereview.chromium.org/6541036/diff/2002/chrome/browser/printing/prin...
chrome/browser/printing/print_job_worker.cc:87:
printing_context_->set_use_overlays(use_overlays);
You want to move this to printing/printing_context_win.cc line 190:

  if ((*print_dialog_func_)(&dialog_options) != S_OK) {

print_dialog_func_ is initialized to &PrintDlgEx at line 132. I don't think it's
useful to keep a comment here.

Powered by Google App Engine
This is Rietveld 408576698