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

Unified Diff: frog/file_system_memory.dart

Issue 9695048: Template parser (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix GIT mixup - ugh Created 8 years, 9 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 | « no previous file | utils/css/css » ('j') | utils/css/css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/file_system_memory.dart
diff --git a/frog/file_system_memory.dart b/frog/file_system_memory.dart
index 4373f38900ef5b4b603f8b902f3c3305e376157a..fbe1d826aca4b62b380eb62487f4abb20d464338 100644
--- a/frog/file_system_memory.dart
+++ b/frog/file_system_memory.dart
@@ -25,4 +25,7 @@ class MemoryFileSystem implements FileSystem {
bool fileExists(String filename) {
return true;
}
+
+ void createDirectory(String path, [bool recursive]) { }
+ void removeDirectory(String path, [bool recursive]) { }
}
« no previous file with comments | « no previous file | utils/css/css » ('j') | utils/css/css » ('J')

Powered by Google App Engine
This is Rietveld 408576698