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

Unified Diff: chrome/browser/local_discovery/storage/privet_filesystem_backend.cc

Issue 452043003: [ew] Add basic classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 4 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: chrome/browser/local_discovery/storage/privet_filesystem_backend.cc
diff --git a/chrome/browser/local_discovery/storage/privet_filesystem_backend.cc b/chrome/browser/local_discovery/storage/privet_filesystem_backend.cc
index 70433cd101297a6cc9222d0d06b945a1af5c544e..124834a2a9a13228e26fc9aab40489364af64ccb 100644
--- a/chrome/browser/local_discovery/storage/privet_filesystem_backend.cc
+++ b/chrome/browser/local_discovery/storage/privet_filesystem_backend.cc
@@ -56,6 +56,11 @@ fileapi::AsyncFileUtil* PrivetFileSystemBackend::GetAsyncFileUtil(
return async_util_.get();
}
+fileapi::WatcherManager* PrivetFileSystemBackend::GetWatcherManager(
+ fileapi::FileSystemType type) {
+ return NULL;
+}
+
fileapi::CopyOrMoveFileValidatorFactory*
PrivetFileSystemBackend::GetCopyOrMoveFileValidatorFactory(
fileapi::FileSystemType type, base::File::Error* error_code) {

Powered by Google App Engine
This is Rietveld 408576698