Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/share_dialog.js

Issue 975883003: Files.app: Hide close button of share dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/ui/share_dialog.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/share_dialog.js b/ui/file_manager/file_manager/foreground/js/ui/share_dialog.js
index 4a4a9188f612bfcd14483505564bf93293eedcc8..a65ee0c1a1ffceb3008dd0d01b906542758a6af0 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/share_dialog.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/share_dialog.js
@@ -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'));
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698