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

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: lazy initialization 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..d51100c4c9c2c8890b24934fdaccfb504b001de6 100644
--- a/webkit/browser/fileapi/syncable/canned_syncable_file_system.h
+++ b/webkit/browser/fileapi/syncable/canned_syncable_file_system.h
@@ -45,6 +45,7 @@ class QuotaManager;
namespace sync_file_system {
class LocalFileSyncContext;
+class SyncFileSystemBackend;
// A canned syncable filesystem for testing.
// This internally creates its own QuotaManager and FileSystemContext
@@ -138,6 +139,7 @@ class CannedSyncableFileSystem
void GetChangedURLsInTracker(fileapi::FileSystemURLSet* urls);
void ClearChangeForURLInTracker(const fileapi::FileSystemURL& url);
+ SyncFileSystemBackend* backend();
fileapi::FileSystemOperationRunner* operation_runner();
// LocalFileSyncStatus::Observer overrides.

Powered by Google App Engine
This is Rietveld 408576698