diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-17 07:42:07 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-17 07:42:07 +0000 |
commit | 5caeb20dd7e216f4bfbdb3aa25930e842f68377e (patch) | |
tree | e21e2b65e3e93156367657ddfe68e144114d0337 /webkit/tools | |
parent | 216c17f4d83ba354f911b13fafd18c030169a23e (diff) | |
download | chromium_src-5caeb20dd7e216f4bfbdb3aa25930e842f68377e.zip chromium_src-5caeb20dd7e216f4bfbdb3aa25930e842f68377e.tar.gz chromium_src-5caeb20dd7e216f4bfbdb3aa25930e842f68377e.tar.bz2 |
Factor out quota-related filesysem internal code into QuotaUtil class
- moved usage-cache related implementation from SandboxQuotaClient to SandboxMountPointProvider, and
- renamed SandboxQuotaClient and FileSystemQuotaClient as now it doesn't depend on sandbox_provider.
BUG=74841
TEST=FileSystemQuotaClient.*
Review URL: http://codereview.chromium.org/6973005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index 2cfb78a..a14fa4a 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -382,13 +382,13 @@ '../../fileapi/file_system_operation_unittest.cc', '../../fileapi/file_system_origin_database_unittest.cc', '../../fileapi/file_system_path_manager_unittest.cc', + '../../fileapi/file_system_quota_client_unittest.cc', '../../fileapi/file_system_usage_cache_unittest.cc', '../../fileapi/file_system_util_unittest.cc', '../../fileapi/local_file_system_file_util_unittest.cc', '../../fileapi/obfuscated_file_system_file_util_unittest.cc', '../../fileapi/quota_file_util_unittest.cc', '../../fileapi/sandbox_mount_point_provider_unittest.cc', - '../../fileapi/sandbox_quota_client_unittest.cc', '../../fileapi/webfilewriter_base_unittest.cc', '../../glue/bookmarklet_unittest.cc', '../../glue/context_menu_unittest.cc', |