chromium_src print_job updated to match current chromium implementation in Quit method

This commit is contained in:
Tomas Rycl 2017-11-23 14:14:01 +00:00 committed by Cheng Zhao
parent 5d870837cf
commit 024f84f1be

View file

@ -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.