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

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: review fix 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 daadcb03c6de967a90e04db2795e900df020ba8c..247f0b11261f9cfe1d181fe7455535944dc72606 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,7 @@ class SelectFilePolicy;
namespace fileapi {
class ExternalMountPoints;
class FileSystemBackend;
+class FileSystemOptions;
}
namespace content {
@@ -564,6 +566,7 @@ class CONTENT_EXPORT ContentBrowserClient {
virtual void GetAdditionalFileSystemBackends(
BrowserContext* browser_context,
const base::FilePath& storage_partition_path,
+ 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