DescriptionStop building FilePathWatcher on iOS.
Stop using FilePathWatcher on iOS as it does not works on iOS devices
as can be seen when running the unit tests that never finish as no
events are reported.
Remove the only usage of FilePathWatcher that was present on iOS. This
does not change the behaviour since previously even in case of changes
to /etc/hosts, the watcher was never informed of any changes. Moreover
the file is not editable by the user and so the file will only change
after OS upgrade (which requires an app restart) or due to a list of
static hosts send as part of dynamic IP negociation (i.e. after a local
IP change).
BUG=477102
Committed: https://crrev.com/d8143e7373719ed53b6cef35c234b0498b771d48
Cr-Commit-Position: refs/heads/master@{#348400}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|