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

Unified Diff: base/directory_watcher_stub.cc

Issue 115229: Add support for almost-recursive watches in Linux DirectoryWatcher (Closed)
Patch Set: fix NULL file_thread scenario Created 11 years, 7 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: base/directory_watcher_stub.cc
diff --git a/base/directory_watcher_stub.cc b/base/directory_watcher_stub.cc
index a92a84c7ccd0fb7b213b18dd0eadc096f62ea56a..92cc5ffde7fd0c8936ef5b911004c854888e3513 100644
--- a/base/directory_watcher_stub.cc
+++ b/base/directory_watcher_stub.cc
@@ -10,7 +10,7 @@
class DirectoryWatcherImpl : public DirectoryWatcher::PlatformDelegate {
public:
virtual bool Watch(const FilePath& path, DirectoryWatcher::Delegate* delegate,
- bool recursive) {
+ MessageLoop* backend_loop, bool recursive) {
return false;
}
};

Powered by Google App Engine
This is Rietveld 408576698