Commit 6c05a152 authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

[quickview] Closure define the QuickViewParams |hasTask| property

QuickViewParams does not define the |hasTask| property, so the Closure
compile can't type-check its value. Define the |hasTask| property.

Tbr: alex
Bug: 803259
Change-Id: I62e6ad46ca7176298a4d9cd0d5cc466b326d0b3c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035634Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737969}
parent 89779357
......@@ -641,6 +641,7 @@ QuickViewController.UNSUPPORTED_IMAGE_SUBTYPES_ = [
* type: string,
* subtype: string,
* filePath: string,
* hasTask: boolean,
* contentUrl: (string|undefined),
* videoPoster: (string|undefined),
* audioArtwork: (string|undefined),
......
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