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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 18667002: Pass BrowserContext to drive::MountPointProviderDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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: 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 608a277f370427f262c415744319d506239c3174..8ec6a596269173607f30a35900f0d07425b2bdff 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -243,9 +243,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
virtual void GetAdditionalAllowedSchemesForFileSystem(
std::vector<std::string>* additional_schemes) OVERRIDE;
virtual void GetAdditionalFileSystemMountPointProviders(
+ content::BrowserContext* browser_context,
const base::FilePath& storage_partition_path,
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.
- fileapi::ExternalMountPoints* external_mount_points,
ScopedVector<fileapi::FileSystemMountPointProvider>*
additional_providers) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | content/browser/fileapi/browser_file_system_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698