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

Unified Diff: content/public/test/sandbox_file_system_test_helper.cc

Issue 579153002: Add update observer to file_system_operation_impl_unittest for (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/test/sandbox_file_system_test_helper.cc
diff --git a/content/public/test/sandbox_file_system_test_helper.cc b/content/public/test/sandbox_file_system_test_helper.cc
index 55646c34a875387380748472fc4d0735ecea6ecb..38af9dfb644e05d5ae8190be8254d8c4e5d0245c 100644
--- a/content/public/test/sandbox_file_system_test_helper.cc
+++ b/content/public/test/sandbox_file_system_test_helper.cc
@@ -136,6 +136,12 @@ void SandboxFileSystemTestHelper::AddFileChangeObserver(
type_, observer, NULL);
}
+void SandboxFileSystemTestHelper::AddFileUpdateObserver(
+ storage::FileUpdateObserver* observer) {
+ file_system_context_->sandbox_delegate()->AddFileUpdateObserver(
+ type_, observer, NULL);
+}
+
storage::FileSystemUsageCache* SandboxFileSystemTestHelper::usage_cache() {
return file_system_context()->sandbox_delegate()->usage_cache();
}
« no previous file with comments | « content/public/test/sandbox_file_system_test_helper.h ('k') | storage/browser/fileapi/file_system_operation_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698