Commit 75385cfb authored by Yusuke Sato's avatar Yusuke Sato Committed by Commit Bot

arcvm: Update TODO comments to close b:139700524

BUG=b:139700524
TEST=no code change

Change-Id: Ia532872f4709f8dbacae84795b8b475ea76682af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850757Reviewed-by: default avatarHidehiko Abe <hidehiko@chromium.org>
Commit-Queue: Yusuke Sato <yusukes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706261}
parent 68f7b94b
......@@ -392,6 +392,8 @@ class ArcVmClientAdapter : public ArcClientAdapter,
}
VLOG(1) << "Concierge service started for arcvm.";
// TODO(pliard): Export host-side /data to the VM, and remove the call. Note
// that ArcSessionImpl checks low disk conditions before calling UpgradeArc.
base::PostTaskAndReplyWithResult(
FROM_HERE,
{base::ThreadPool(), base::MayBlock(),
......@@ -410,7 +412,6 @@ class ArcVmClientAdapter : public ArcClientAdapter,
std::move(callback).Run(false);
return;
}
// TODO(yusukes): Don't start the VM when |free_disk_bytes| is too small.
// TODO(pliard): Export host-side /data to the VM, and remove the call.
GetConciergeClient()->CreateDiskImage(
CreateArcDiskRequest(user_id_hash_, free_disk_bytes),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment