DescriptionRemove deprecated methods from MessageLoop on Mac.
This CL removes the declaration of these deprecated methods on Mac:
- MessageLoop::PostTask
- MessageLoop::PostDelayedTask
- MessageLoop::ReleaseSoon
- MessageLoop::DeleteSoon
And makes these methods protected on Mac:
- MessageLoop::Run
- MessageLoop::RunUntilIdle
(These methods are protected instead of removed because they are still
used through derived classes.)
We believe that this CL will prevent developers from adding new calls
to the deprecated methods (since the code won't compile on Mac bots).
We will remove these methods on other platforms as soon as possible.
BUG=616447
Committed: https://crrev.com/c08014da520a3193d91ba87ec0f4ae30d9e79c61
Cr-Commit-Position: refs/heads/master@{#406360}
Patch Set 1 #
Total comments: 2
Patch Set 2 : rebase #
Messages
Total messages: 19 (10 generated)
|