Commit 81973388 authored by hirono's avatar hirono Committed by Commit bot

Files.app: Hide close button of share dialog.

BUG=461629
TEST=None

Review URL: https://codereview.chromium.org/975883003

Cr-Commit-Position: refs/heads/master@{#319022}
parent 13022248
......@@ -136,6 +136,7 @@ ShareDialog.prototype.initDom_ = function() {
this.webViewWrapper_.className = 'share-dialog-webview-wrapper';
this.cancelButton_.hidden = true;
this.okButton_.hidden = true;
this.closeButton_.hidden = true;
this.frame_.insertBefore(this.webViewWrapper_,
this.frame_.querySelector('.cr-dialog-buttons'));
};
......
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