Chromium Code Reviews| 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 c0caa1600f6180e9f8a42cd790f08addb7f989de..15ab88654bf46d97a62e96e842f9a13693efec47 100644 |
| --- a/chrome/browser/chrome_content_browser_client.h |
| +++ b/chrome/browser/chrome_content_browser_client.h |
| @@ -246,6 +246,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
| const base::FilePath& storage_partition_path, |
| quota::SpecialStoragePolicy* special_storage_policy, |
| fileapi::ExternalMountPoints* external_mount_points, |
| + quota::QuotaManagerProxy* quota_manager_proxy, |
| + fileapi::FileSystemTaskRunners* task_runners, |
| + const fileapi::FileSystemOptions& options, |
|
kinuko
2013/07/08 12:31:20
Fyi, we're changing some params of this method in
nhiroki
2013/07/22 04:34:14
Rebased. Thanks!
|
| ScopedVector<fileapi::FileSystemMountPointProvider>* |
| additional_providers) OVERRIDE; |