Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: runtime/bin/file_system_watcher.h

Issue 23483030: Make file system watcher compile on Mac OS 106, and add a runtime-call to test if the system suppor… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/bin/file_system_watcher.h
diff --git a/runtime/bin/file_system_watcher.h b/runtime/bin/file_system_watcher.h
index 31ae8d87519fb02bbf6ae3b5afd7ff750cdc6cb4..ea56c11850aa7ad05614e5946edbda40c1d0ee75 100644
--- a/runtime/bin/file_system_watcher.h
+++ b/runtime/bin/file_system_watcher.h
@@ -34,6 +34,7 @@ class FileSystemWatcher {
int link;
};
+ static bool IsSupported();
static intptr_t WatchPath(const char* path, int events, bool recursive);
static void UnwatchPath(intptr_t id);
static intptr_t GetSocketId(intptr_t id);

Powered by Google App Engine
This is Rietveld 408576698