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

Unified Diff: content/browser/fileapi/browser_file_system_helper.cc

Issue 14317004: Add ContentBrowserClient::GetAdditionalFileSystemMountPointProviders() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: AdditionalFSMountPointProvider -> AdditionalFSMountPointProviders Created 7 years, 8 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
« no previous file with comments | « no previous file | content/public/browser/content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/fileapi/browser_file_system_helper.cc
diff --git a/content/browser/fileapi/browser_file_system_helper.cc b/content/browser/fileapi/browser_file_system_helper.cc
index a27371271570af3e211a5527d68b389d5e4608c6..5d4e48fe29576b936ad0014e2ca29ae47c0a7eb6 100644
--- a/content/browser/fileapi/browser_file_system_helper.cc
+++ b/content/browser/fileapi/browser_file_system_helper.cc
@@ -64,6 +64,9 @@ scoped_refptr<fileapi::FileSystemContext> CreateFileSystemContext(
// Setting up additional mount point providers.
ScopedVector<fileapi::FileSystemMountPointProvider> additional_providers;
+ GetContentClient()->browser()->GetAdditionalFileSystemMountPointProviders(
+ &additional_providers);
+
return new fileapi::FileSystemContext(
task_runners.Pass(),
external_mount_points,
« no previous file with comments | « no previous file | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698