commit | 2eaab0b3ed3ccdb072e3f60a0ebcf0298841d01d | [log] [tgz] |
---|---|---|
author | lushnikov <lushnikov@chromium.org> | Tue Oct 04 17:17:17 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 04 17:21:02 2016 |
tree | f6275e2f9e1a40bf0b8ef32e9658c6d150a22e3e | |
parent | 2ae51c4ea3e7b08e143df3a97017519bd3e2ca11 [diff] |
DevTools: improve DevTools file watcher to send added and removed paths Currently, DevTools file watcher reports both added and changed paths as "changed" and doesn't report removed paths. This patch improves DevTools file watcher so that it starts reporting changed, added and removed paths. BUG=none R=dgozman, pfeldman Review-Url: https://codereview.chromium.org/2384343002 Cr-Commit-Position: refs/heads/master@{#422838}