Description[ew] Simplify the entry watcher logic.
The responsibility of EntryWatcherService has been moved to WatcherManager
implementations.
Note, that the original code was unnecesarily complicated. After replacing
the observer interface with a simple callback, there is no need for an extra
service managing watchers anymore.
This was possible because with the new design entry watchers will no longer
survive reboots.
TEST=Compiles.
BUG=261491
Committed: https://crrev.com/b524db20a4704fb8e3047680d090c25d7a0a52c7
Cr-Commit-Position: refs/heads/master@{#301319}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebased. #
Total comments: 1
Patch Set 3 : NULL -> nullptr #Messages
Total messages: 31 (10 generated)
|