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

Unified Diff: chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.cc

Issue 452043003: [ew] Add basic classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing files. 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/chromeos/drive/fileapi/file_system_backend_delegate.cc
diff --git a/chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.cc b/chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.cc
index e71688d3a45423e0498202ea62fce9f41368fb0f..a191e75f4e9f3b19e12e49205a8734264116145e 100644
--- a/chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.cc
+++ b/chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.cc
@@ -80,4 +80,10 @@ FileSystemBackendDelegate::CreateFileStreamWriter(
offset));
}
+storage::WatcherManager* FileSystemBackendDelegate::GetWatcherManager(
+ const storage::FileSystemURL& url) {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+
} // namespace drive

Powered by Google App Engine
This is Rietveld 408576698