Index: mount_task.cc |
diff --git a/mount_task.cc b/mount_task.cc |
index 474d2c9a551cd07e20cbb1330d86249aaac2063a..168405fe0a9aa0e547000b07eb536b695d837b50 100644 |
--- a/mount_task.cc |
+++ b/mount_task.cc |
@@ -120,4 +120,12 @@ void MountTaskRemoveTrackedSubdirectories::Run() { |
MountTask::Notify(); |
} |
+void MountTaskAutomaticFreeDiskSpace::Run() { |
+ result()->set_return_status(true); |
+ if (mount_) { |
+ mount_->DoAutomaticFreeDiskSpaceControl(); |
+ } |
+ MountTask::Notify(); |
+} |
+ |
} // namespace cryptohome |