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

Unified Diff: webkit/browser/fileapi/syncable/canned_syncable_file_system.h

Issue 18668003: SyncFS: Introduce SyncFileSystemBackend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: webkit/browser/fileapi/syncable/canned_syncable_file_system.h
diff --git a/webkit/browser/fileapi/syncable/canned_syncable_file_system.h b/webkit/browser/fileapi/syncable/canned_syncable_file_system.h
index 24a1ba54503c511869793ea6d42a453071f430de..e04f5d2e3e50537b06a91cbee8640fb463cdb8a4 100644
--- a/webkit/browser/fileapi/syncable/canned_syncable_file_system.h
+++ b/webkit/browser/fileapi/syncable/canned_syncable_file_system.h
@@ -17,6 +17,7 @@
#include "webkit/browser/fileapi/file_system_url.h"
#include "webkit/browser/fileapi/syncable/local_file_sync_status.h"
#include "webkit/browser/fileapi/syncable/sync_status_code.h"
+#include "webkit/browser/fileapi/syncable/syncable_sandbox_mount_point_provider.h"
#include "webkit/browser/quota/quota_callbacks.h"
#include "webkit/common/fileapi/file_system_types.h"
#include "webkit/common/fileapi/file_system_util.h"
@@ -45,6 +46,7 @@ class QuotaManager;
namespace sync_file_system {
class LocalFileSyncContext;
+class SyncableSandboxMountPointProvider;
// A canned syncable filesystem for testing.
// This internally creates its own QuotaManager and FileSystemContext
@@ -138,6 +140,7 @@ class CannedSyncableFileSystem
void GetChangedURLsInTracker(fileapi::FileSystemURLSet* urls);
void ClearChangeForURLInTracker(const fileapi::FileSystemURL& url);
+ SyncableSandboxMountPointProvider* mount_provider();
fileapi::FileSystemOperationRunner* operation_runner();
// LocalFileSyncStatus::Observer overrides.

Powered by Google App Engine
This is Rietveld 408576698