commit | 073007884e53864c17468be392431903be8e718e | [log] [tgz] |
---|---|---|
author | pranay.kumar <[email protected]> | Mon May 04 14:03:58 2015 |
committer | Commit bot <[email protected]> | Mon May 04 14:04:34 2015 |
tree | 0301a2409850ea8de69f9fea793f87aa20b5f95d | |
parent | eccfe8ac8608eff88e71e4f295a72b6a56af3824 [diff] |
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in chrome browser extensions module. MessageLoopProxy is deprecated. This basically does a search and replace: MessageLoopProxy::current() -> ThreadTaskRunnerHandle::Get(). BUG=391045 Review URL: https://codereview.chromium.org/1112573002 Cr-Commit-Position: refs/heads/master@{#328118}