commit | 3f923064c11c69f13a7aba56dce6620a33166c94 | [log] [tgz] |
---|---|---|
author | sergeyu <[email protected]> | Fri Sep 05 01:39:40 2014 |
committer | Commit bot <[email protected]> | Fri Sep 05 01:43:54 2014 |
tree | 2addeba01ccd32adadbae6556cf3f8566a7c8149 | |
parent | 84eae5e4c626a3b61b13b22fd13f859ec410583a [diff] |
Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigService Previously MessageLoop was used to pass reference to the FILE thread to ProxyConfigServiceLinux. Changeed it to use SingleThreadTaskRunner. Also for other thread the task runners were passed as raw pointers. Changed it to use scoped_refptr<> instead. [email protected] Review URL: https://codereview.chromium.org/540593002 Cr-Commit-Position: refs/heads/master@{#293395}