commit | ba825256dc44efb2e2324a1c97e1b4cb64d8bba8 | [log] [tgz] |
---|---|---|
author | byungchul <[email protected]> | Fri Dec 05 21:01:27 2014 |
committer | Commit bot <[email protected]> | Fri Dec 05 21:02:04 2014 |
tree | d2d124dea891e8387e3ce8cbc7e1af88c76df2ce | |
parent | 8286b103de0dbc30bc0ab2012fd26fce8b683f90 [diff] |
Move files from chromecast_config to pref_service_helper. 1) Remove ChromecastConfig. Use PrefService directly. 2) Initialize PrefService after thread creation because it uses blocking IO browser thread instead of its own thread pool. 3) Use scoped_ptr for explicit ownership. BUG= Review URL: https://codereview.chromium.org/767503003 Cr-Commit-Position: refs/heads/master@{#307078}