summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_content_browser_client.h
diff options
context:
space:
mode:
authorhidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-10 20:35:31 +0000
committerhidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-10 20:35:31 +0000
commit0ff5eb5a51205b8091af562aa828918da5ce547f (patch)
treee18ed64b570d70c87e364c942db2dccb7030cded /chrome/browser/chrome_content_browser_client.h
parentf41fd0e69fb8501295ee22a9cecb64f799b3cd68 (diff)
downloadchromium_src-0ff5eb5a51205b8091af562aa828918da5ce547f.zip
chromium_src-0ff5eb5a51205b8091af562aa828918da5ce547f.tar.gz
chromium_src-0ff5eb5a51205b8091af562aa828918da5ce547f.tar.bz2
Pass BrowserContext to drive::MountPointProviderDelegate.
As a preparation to get rid of RemoteFileSystemProxy, let MountPointProviderDelegate take BrowserContext instead of ExternalMountPoints. Currently, it is used to take its ExternalMountPoints, but will be used as a key to take DriveIntegrationService, which manages the drive::FileSystem instance. The changes in drive::MountPointProviderDelegate will be done in following CLs. BUG=253837 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/18667002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_content_browser_client.h')
-rw-r--r--chrome/browser/chrome_content_browser_client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 96a2bb5..adc9a42 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -243,9 +243,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
virtual void GetAdditionalAllowedSchemesForFileSystem(
std::vector<std::string>* additional_schemes) OVERRIDE;
virtual void GetAdditionalFileSystemBackends(
+ content::BrowserContext* browser_context,
const base::FilePath& storage_partition_path,
- quota::SpecialStoragePolicy* special_storage_policy,
- fileapi::ExternalMountPoints* external_mount_points,
ScopedVector<fileapi::FileSystemBackend>* additional_backends) OVERRIDE;
#if defined(OS_POSIX) && !defined(OS_MACOSX)