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

Unified Diff: webkit/browser/fileapi/sandbox_context.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/sandbox_context.h
diff --git a/webkit/browser/fileapi/sandbox_context.h b/webkit/browser/fileapi/sandbox_context.h
index 75f2368af33c17bcad13b7abdb16da6157054bc4..9ded16e64bf2c08fd81ae344fca44b4efdbcb41f 100644
--- a/webkit/browser/fileapi/sandbox_context.h
+++ b/webkit/browser/fileapi/sandbox_context.h
@@ -45,10 +45,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SandboxContext {
~SandboxContext();
- base::SequencedTaskRunner* file_task_runner() {
- return file_task_runner_.get();
- }
-
AsyncFileUtilAdapter* file_util() { return sandbox_file_util_.get(); }
FileSystemUsageCache* usage_cache() { return file_system_usage_cache_.get(); }
SandboxQuotaObserver* quota_observer() { return quota_observer_.get(); };

Powered by Google App Engine
This is Rietveld 408576698