Commit e9b6a717 authored by Sam McNally's avatar Sam McNally Committed by Commit Bot

Hide the remaining space indication for natively-mounted archives.

Bug: 875402
Change-Id: I1404711a00a26ce65eae614fc4f027ddf240b136
Reviewed-on: https://chromium-review.googlesource.com/c/1345680Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Commit-Queue: Sam McNally <sammc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#609938}
parent d0bf7fb3
......@@ -137,7 +137,8 @@ GearMenuController.prototype.refreshRemainingSpace_ = function(
// file systems.
if (currentVolumeInfo.volumeType == VolumeManagerCommon.VolumeType.PROVIDED ||
currentVolumeInfo.volumeType ==
VolumeManagerCommon.VolumeType.MEDIA_VIEW) {
VolumeManagerCommon.VolumeType.MEDIA_VIEW ||
currentVolumeInfo.volumeType == VolumeManagerCommon.VolumeType.ARCHIVE) {
this.gearMenu_.setSpaceInfo(null, false);
return;
}
......
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