Migrate MessageLoop::ScopedNestableTaskAllower to...
Migrate MessageLoop::ScopedNestableTaskAllower to RunLoop::Type::kNestableTasksAllowed in /content/browser/site_per_process_browsertest.cc This is another scripted pass done by a slightly modified version of https://bugs.chromium.org/p/chromium/issues/detail?id=781352#c1 which has a better notion of "scope". The script should have replaced a MessageLoop::ScopedNestableTaskAllower in the same scope as a RunLoop with a RunLoop of Type::kNestableTasksAllowed. Includes should have been stripped if that was the last usage of message_loop.h in that file. Please CQ if LGTY This CL was uploaded by git cl split. R=kenrb@chromium.org Bug: 781352 Change-Id: Ie0c1d1908812adc327f0777d552c7e4c97433d80 Reviewed-on: https://chromium-review.googlesource.com/1014781 Commit-Queue: Ken Buchanan <kenrb@chromium.org> Reviewed-by:Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#551323}
Showing
Please register or sign in to comment