showCloudDownloadInfo: function () {
    var dialog = this.queryByHook('session-download-cloud');
    dialogPolyfill.registerDialog(dialog);
    dialog.showModal();
  },