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

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

Issue 18667002: Pass BrowserContext to drive::MountPointProviderDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/browser/fileapi/browser_file_system_helper.h
diff --git a/content/browser/fileapi/browser_file_system_helper.h b/content/browser/fileapi/browser_file_system_helper.h
index 28e5bc7c8e4ddfdc84be78774a2f5154e1e531f8..0e4f92082b5208e503756d031e3e93a73106dcab 100644
--- a/content/browser/fileapi/browser_file_system_helper.h
+++ b/content/browser/fileapi/browser_file_system_helper.h
@@ -21,13 +21,15 @@ class SpecialStoragePolicy;
namespace content {
+class BrowserContext;
+
// Helper method that returns FileSystemContext constructed for
// the browser process.
CONTENT_EXPORT scoped_refptr<fileapi::FileSystemContext>
CreateFileSystemContext(
+ BrowserContext* browser_context,
const base::FilePath& profile_path,
bool is_incognito,
- fileapi::ExternalMountPoints* external_mount_points,
quota::SpecialStoragePolicy* special_storage_policy,
kinuko 2013/07/04 06:52:50 nit: this one can be also obtained from browser_co
hidehiko 2013/07/04 07:26:31 Done.
quota::QuotaManagerProxy* quota_manager_proxy);

Powered by Google App Engine
This is Rietveld 408576698