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

Unified Diff: content/public/browser/content_browser_client.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: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 9cf7aafc6d5a6286c2d63dbcd35896cb5b94e537..7b151eb718bd93e95a1a5e2deaf785d2845b5d30 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -38,6 +38,7 @@ namespace base {
class DictionaryValue;
class FilePath;
}
+
namespace crypto {
class CryptoModuleBlockingPasswordDelegate;
}
@@ -69,6 +70,8 @@ class SelectFilePolicy;
namespace fileapi {
class ExternalMountPoints;
class FileSystemBackend;
+class FileSystemOptions;
+class FileSystemTaskRunners;
}
namespace content {
@@ -564,6 +567,8 @@ class CONTENT_EXPORT ContentBrowserClient {
virtual void GetAdditionalFileSystemBackends(
BrowserContext* browser_context,
const base::FilePath& storage_partition_path,
+ fileapi::FileSystemTaskRunners* task_runners,
+ const fileapi::FileSystemOptions& options,
ScopedVector<fileapi::FileSystemBackend>* additional_backends) {}
// Allows an embedder to return its own LocationProvider implementation.

Powered by Google App Engine
This is Rietveld 408576698