Chromium Code Reviews| Index: runtime/bin/file_system_watcher_android.cc |
| diff --git a/runtime/bin/file_system_watcher_android.cc b/runtime/bin/file_system_watcher_android.cc |
| index 996b334b93efc9f5437f65a8b0929db20e80ad34..35246946eb8b6ca8d32b553ef8d9b027105a3d1c 100644 |
| --- a/runtime/bin/file_system_watcher_android.cc |
| +++ b/runtime/bin/file_system_watcher_android.cc |
| @@ -14,6 +14,11 @@ |
| namespace dart { |
| namespace bin { |
| +bool FileSystemWatcher::IsSupported() { |
| + return true; |
| +} |
| + |
| + |
| intptr_t FileSystemWatcher::WatchPath(const char* path, |
| int events, |
| bool recursive) { |