Commit bd9ea226 authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Chromium LUCI CQ

Files app: Fix closure markup for Crostini type

Follow up for:
https://chromium-review.googlesource.com/c/chromium/src/+/2589234

Bug: 1133186
Change-Id: I7f8af20af3cfb03e792850e9fbc8cdda5dda84c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592291
Auto-Submit: Luciano Pacheco <lucmult@chromium.org>
Reviewed-by: default avatarJeremie Boulic <jboulic@chromium.org>
Commit-Queue: Jeremie Boulic <jboulic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836988}
parent 1f299a4d
...@@ -68,7 +68,8 @@ ...@@ -68,7 +68,8 @@
* Returns true if entry can be shared with the specified VM. * Returns true if entry can be shared with the specified VM.
* @param {string} vmName * @param {string} vmName
* @param {!Entry} entry * @param {!Entry} entry
* @return {boolean} persist If path is to be persisted. * @param {boolean} persist If path is to be persisted.
* @return {boolean}
*/ */
canSharePath(vmName, entry, persist) {} canSharePath(vmName, entry, persist) {}
} }
...@@ -197,7 +197,8 @@ ...@@ -197,7 +197,8 @@
* Returns true if entry can be shared with the specified VM. * Returns true if entry can be shared with the specified VM.
* @param {string} vmName * @param {string} vmName
* @param {!Entry} entry * @param {!Entry} entry
* @return {boolean} persist If path is to be persisted. * @param {boolean} persist If path is to be persisted.
* @return {boolean}
*/ */
canSharePath(vmName, entry, persist) { canSharePath(vmName, entry, persist) {
if (!this.enabled_[vmName]) { if (!this.enabled_[vmName]) {
......
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