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

Unified Diff: chrome/browser/chrome_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: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index adc9a42386fe62111975d7c1afa0ecdf5e587fc1..dd058be0d6366382d965e960fd883c5f9e9443d1 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -245,6 +245,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
virtual void GetAdditionalFileSystemBackends(
content::BrowserContext* browser_context,
const base::FilePath& storage_partition_path,
+ const fileapi::FileSystemOptions& options,
ScopedVector<fileapi::FileSystemBackend>* additional_backends) OVERRIDE;
#if defined(OS_POSIX) && !defined(OS_MACOSX)
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | webkit/browser/fileapi/file_system_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698