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

Unified Diff: webkit/fileapi/local_file_system_test_helper.h

Issue 12223006: Cleanup: Introduce AsyncFileTestHelper for testing with async file/quota operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 years, 10 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: webkit/fileapi/local_file_system_test_helper.h
diff --git a/webkit/fileapi/local_file_system_test_helper.h b/webkit/fileapi/local_file_system_test_helper.h
index 6dbebc68882e7cf8a24ef3b918dac187d7d93191..f3f20f33d1868aef26fa35e7dec5157e3726d91b 100644
--- a/webkit/fileapi/local_file_system_test_helper.h
+++ b/webkit/fileapi/local_file_system_test_helper.h
@@ -62,16 +62,6 @@ class LocalFileSystemTestOriginHelper {
return CreateURL(base::FilePath::FromUTF8Unsafe(utf8));
}
- // Helper methods for same-FileUtil copy/move.
- base::PlatformFileError SameFileUtilCopy(
- FileSystemOperationContext* context,
- const FileSystemURL& src,
- const FileSystemURL& dest) const;
- base::PlatformFileError SameFileUtilMove(
- FileSystemOperationContext* context,
- const FileSystemURL& src,
- const FileSystemURL& dest) const;
-
// This returns cached usage size returned by QuotaUtil.
int64 GetCachedOriginUsage() const;

Powered by Google App Engine
This is Rietveld 408576698