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

Unified Diff: content/public/browser/content_browser_client.h

Issue 17644006: Move files under webkit/browser/fileapi/... to chrome/browser/chromeos/fileapi/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded file dependency from .gypi. 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/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index bc885f8d5f709dc8010e3af70c319eb5534a2655..42fe2cc103e628969e5ed9ef1c55ae909bee832b 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -65,9 +65,14 @@ class SelectFilePolicy;
}
namespace fileapi {
+class ExternalMountPoints;
class FileSystemMountPointProvider;
}
+namespace quota {
+class SpecialStoragePolicy;
+}
+
namespace content {
class AccessTokenStore;
@@ -533,6 +538,8 @@ class CONTENT_EXPORT ContentBrowserClient {
// Returns additional MountPointProviders for FileSystem API.
satorux1 2013/06/25 20:30:06 Please add descriptions for the new parameters. wh
hidehiko 2013/06/26 04:31:35 Done.
virtual void GetAdditionalFileSystemMountPointProviders(
const base::FilePath& storage_partition_path,
+ quota::SpecialStoragePolicy* special_storage_policy,
+ fileapi::ExternalMountPoints* external_mount_points,
ScopedVector<fileapi::FileSystemMountPointProvider>*
additional_providers) {}

Powered by Google App Engine
This is Rietveld 408576698