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

Unified Diff: webkit/browser/fileapi/test_file_system_backend.h

Issue 21097005: Fix up some tests for copy-or-move validator and nearby. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing test 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: webkit/browser/fileapi/test_file_system_backend.h
diff --git a/webkit/browser/fileapi/test_file_system_backend.h b/webkit/browser/fileapi/test_file_system_backend.h
index ef252c13118d8b1cec86f087cf5db330653f032c..e722b808f418b51d9cd307fa10772751793ee01b 100644
--- a/webkit/browser/fileapi/test_file_system_backend.h
+++ b/webkit/browser/fileapi/test_file_system_backend.h
@@ -66,6 +66,9 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE TestFileSystemBackend
void InitializeCopyOrMoveFileValidatorFactory(
scoped_ptr<CopyOrMoveFileValidatorFactory> factory);
+ // Reset the CopyOrMoveFileValidatorFactory to empty.
vandebo (ex-Chrome) 2013/07/31 22:43:23 Not used.
Greg Billock 2013/08/01 16:23:05 Done.
+ void ResetCopyOrMoveFileValidatorFactory();
+
const UpdateObserverList* GetUpdateObservers(FileSystemType type) const;
void AddFileChangeObserver(FileChangeObserver* observer);

Powered by Google App Engine
This is Rietveld 408576698