Commit 242c217f authored by Bailey Berro's avatar Bailey Berro Committed by Commit Bot

Remove call unneeded Attached() method call for Smb Dialog

This change removes the attached method override from the smb-share-dialog
component.

Bug: chromium:887135
Change-Id: Id6a7b06a2b2b9ea4d0da5dc04cb14f7143c0c312
Reviewed-on: https://chromium-review.googlesource.com/c/1340860
Commit-Queue: Bailey Berro <baileyberro@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613271}
parent f37c9198
...@@ -13,11 +13,6 @@ Polymer({ ...@@ -13,11 +13,6 @@ Polymer({
behaviors: [I18nBehavior], behaviors: [I18nBehavior],
/** @override */
attached: function() {
this.$.addShareDialog.open();
},
/** @private */ /** @private */
onDialogClose_: function() { onDialogClose_: function() {
chrome.send('dialogClose'); chrome.send('dialogClose');
......
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