Commit 6ce6a155 authored by Jeremie Boulic's avatar Jeremie Boulic Committed by Commit Bot

Fix CL:1935772 review comments

Fix unaddressed comments in CL:1935772 post-landing.

Bug: 999825
Change-Id: Ieca3c0440c697e8e6c4291f3cf3270b022cbe396
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943083Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720375}
parent bb0f9082
......@@ -2452,6 +2452,7 @@ CommandHandler.COMMANDS_['volume-storage'] = new class extends Command {
if (!currentVolumeInfo) {
return;
}
// Can execute only for local file systems.
if (currentVolumeInfo.volumeType ==
VolumeManagerCommon.VolumeType.MY_FILES ||
......
......@@ -440,8 +440,7 @@ testcase.showSendFeedbackAction = async () => {
* Tests that the link of the volume space info item in the gear menu is
* disabled when the files app is opened on the Google Drive section, and active
* otherwise. The volume space info item should only link to the storage
* settings page when the user is navigating within local folders (i.e.
* My files, Play files or Linux files).
* settings page when the user is navigating within local folders.
*/
testcase.enableDisableStorageSettingsLink = async () => {
const appId = await setupAndWaitUntilReady(
......
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