Commit f2a913a0 authored by Esmael El-Moslimany's avatar Esmael El-Moslimany Committed by Commit Bot

Downloads WebUI: change toast duration to 10s

Bug: 949508
Change-Id: I59edf4066c7090598cf1bf9a723a6ec955c46f2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597640Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Commit-Queue: Esmael El-Moslimany <aee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#657343}
parent 5e31895a
...@@ -142,7 +142,8 @@ ...@@ -142,7 +142,8 @@
</div> </div>
</div> </div>
<cr-toast-manager on-undo-click="onUndoClick_" undo-label="$i18n{undo}" <cr-toast-manager on-undo-click="onUndoClick_" undo-label="$i18n{undo}"
undo-description="$i18n{undoDescription}"></cr-toast-manager> undo-description="$i18n{undoDescription}" duration="10000">
</cr-toast-manager>
</template> </template>
<script src="chrome://downloads/manager.js"></script> <script src="chrome://downloads/manager.js"></script>
</dom-module> </dom-module>
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