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

Unified Diff: chrome/browser/chromeos/fileapi/mtp_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/fileapi/mtp_file_system_backend_delegate.cc
diff --git a/chrome/browser/chromeos/fileapi/mtp_file_system_backend_delegate.cc b/chrome/browser/chromeos/fileapi/mtp_file_system_backend_delegate.cc
index 62cbf9fe5f513d70dfc3a9d2fc90293c8e92326f..21de2026f6d8845d07ce65fc85b29cc1701eacf6 100644
--- a/chrome/browser/chromeos/fileapi/mtp_file_system_backend_delegate.cc
+++ b/chrome/browser/chromeos/fileapi/mtp_file_system_backend_delegate.cc
@@ -50,4 +50,10 @@ MTPFileSystemBackendDelegate::CreateFileStreamWriter(
return scoped_ptr<storage::FileStreamWriter>();
}
+storage::WatcherManager* MTPFileSystemBackendDelegate::GetWatcherManager(
+ const storage::FileSystemURL& url) {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698