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 9d93ddd56731e4d9a48017e85f646b623c8d602e..f3144f5656b28a18c92d9d9435dea8bba73078a8 100644 |
| --- a/chrome/browser/chrome_content_browser_client.h |
| +++ b/chrome/browser/chrome_content_browser_client.h |
| @@ -241,12 +241,12 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
| content::WebContents* web_contents) OVERRIDE; |
| virtual void GetAdditionalAllowedSchemesForFileSystem( |
| std::vector<std::string>* additional_schemes) OVERRIDE; |
| - virtual void GetAdditionalFileSystemMountPointProviders( |
| + virtual void GetAdditionalFileSystemBackends( |
| const base::FilePath& storage_partition_path, |
| quota::SpecialStoragePolicy* special_storage_policy, |
| fileapi::ExternalMountPoints* external_mount_points, |
| - ScopedVector<fileapi::FileSystemMountPointProvider>* |
| - additional_providers) OVERRIDE; |
| + ScopedVector<fileapi::FileSystemBackend>* |
|
hidehiko
2013/07/04 08:21:12
nit: Can be fit in a line?
satorux1
2013/07/05 04:47:57
Done.
|
| + additional_backends) OVERRIDE; |
| #if defined(OS_POSIX) && !defined(OS_MACOSX) |
| virtual void GetAdditionalMappedFilesForChildProcess( |