DescriptionDo not start RunLoop of MessagePumpForUI in NestedMessagePumpAndroid
MessagePumpForUI starts one RunLoop in Start(), and so all other RunLoops
attached to NestedMessagePumpAndroid become nested to the first one.
This CL modifies NestedMessagePumpAndroid not to call methods of
MessagePumpForUI including Start().
And a quit request to finish the first RunLoop of MessagePumpForUI
will be ignored when it wasn't started.
BUG=432737
Committed: https://crrev.com/617edc52980c48dc46673feda23a6a40401e5dda
Cr-Commit-Position: refs/heads/master@{#304709}
Patch Set 1 #Patch Set 2 : Fix build failure #Patch Set 3 : Fix failure of FrameTreeBrowserTest.FrameTreeAfterCrash #
Total comments: 4
Patch Set 4 : Skip quit request when loop isn't running #
Total comments: 5
Patch Set 5 : Use anonymous namespace for CallbackChecker #
Messages
Total messages: 20 (6 generated)
|