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

Unified Diff: webkit/fileapi/file_system_quota_util.h

Issue 7608011: Simplify directory path accounting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rolled in CR feedback. Created 9 years, 4 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
« no previous file with comments | « webkit/fileapi/file_system_quota_unittest.cc ('k') | webkit/fileapi/file_system_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_quota_util.h
diff --git a/webkit/fileapi/file_system_quota_util.h b/webkit/fileapi/file_system_quota_util.h
index c7b70df05e22e17788a8f82c09433d14320eac20..40b8aad9839fa45ba193ba6543c63bb669c88f71 100644
--- a/webkit/fileapi/file_system_quota_util.h
+++ b/webkit/fileapi/file_system_quota_util.h
@@ -69,7 +69,6 @@ class FileSystemQuotaUtil {
fileapi::FileSystemType type) = 0;
// Called by quota file util.
- // Returns the amount of data used for the origin for usage tracking.
virtual void UpdateOriginUsageOnFileThread(quota::QuotaManagerProxy* proxy,
const GURL& origin_url,
fileapi::FileSystemType type,
@@ -83,12 +82,12 @@ class FileSystemQuotaUtil {
fileapi::FileSystemType type) = 0;
// Called by quota_file_util or file_writer_delegate.
- // Called before an write operation modifies the origin's storage data.
+ // Called before a write operation modifies the origin's storage data.
virtual void StartUpdateOriginOnFileThread(const GURL& origin_url,
fileapi::FileSystemType type) = 0;
// Called by quota_file_util or file_writer_delegate.
- // Called after an write operation modifies the origin's storage data.
+ // Called after a write operation modifies the origin's storage data.
virtual void EndUpdateOriginOnFileThread(const GURL& origin_url,
fileapi::FileSystemType type) = 0;
« no previous file with comments | « webkit/fileapi/file_system_quota_unittest.cc ('k') | webkit/fileapi/file_system_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698