chromium_src print_job updated to match current chromium implementation in Quit method
This commit is contained in:
parent
5d870837cf
commit
024f84f1be
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ void PrintJob::HoldUntilStopIsCalled() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void PrintJob::Quit() {
|
void PrintJob::Quit() {
|
||||||
base::MessageLoop::current()->QuitWhenIdle();
|
base::RunLoop::QuitCurrentWhenIdleDeprecated();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Takes settings_ ownership and will be deleted in the receiving thread.
|
// Takes settings_ ownership and will be deleted in the receiving thread.
|
||||||
|
|
Loading…
Reference in a new issue