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

Unified Diff: runtime/bin/file_system_watcher_fuchsia.cc

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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
« no previous file with comments | « runtime/bin/file_system_watcher_android.cc ('k') | runtime/bin/file_system_watcher_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/file_system_watcher_fuchsia.cc
diff --git a/runtime/bin/file_system_watcher_fuchsia.cc b/runtime/bin/file_system_watcher_fuchsia.cc
index 3b4fdf329faffa1c20265af3169e80c2bb1a391e..67ddfc854102cfcf2d429ec649bd7dea4f034cd2 100644
--- a/runtime/bin/file_system_watcher_fuchsia.cc
+++ b/runtime/bin/file_system_watcher_fuchsia.cc
@@ -17,33 +17,27 @@ Dart_Handle FileSystemWatcher::ReadEvents(intptr_t id, intptr_t path_id) {
return DartUtils::NewDartOSError();
}
-
intptr_t FileSystemWatcher::GetSocketId(intptr_t id, intptr_t path_id) {
UNIMPLEMENTED();
return -1;
}
-
bool FileSystemWatcher::IsSupported() {
return false;
}
-
void FileSystemWatcher::UnwatchPath(intptr_t id, intptr_t path_id) {
UNIMPLEMENTED();
}
-
intptr_t FileSystemWatcher::Init() {
return 0;
}
-
void FileSystemWatcher::Close(intptr_t id) {
UNIMPLEMENTED();
}
-
intptr_t FileSystemWatcher::WatchPath(intptr_t id,
const char* path,
int events,
« no previous file with comments | « runtime/bin/file_system_watcher_android.cc ('k') | runtime/bin/file_system_watcher_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698