Commit 1789600e authored by Bailey Berro's avatar Bailey Berro Committed by Commit Bot

Remove reference to non-existant div in Printers settings

This change removes the reference in onAddPrinterTap_ to
addPrinterErrorMessage which was removed in https://crrev.com/c/1060341.

Bug: chromium:848055
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I5084eac9896331c71c58a9cac2851d1ce14f56ec
Reviewed-on: https://chromium-review.googlesource.com/1089207
Commit-Queue: Bailey Berro <baileyberro@chromium.org>
Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566639}
parent 3e19fbd5
...@@ -22,16 +22,6 @@ ...@@ -22,16 +22,6 @@
margin-top: 80px; margin-top: 80px;
text-align: center; text-align: center;
} }
#addPrinterErrorMessage {
display: flex;
justify-content: space-around;
}
#addPrinterFailedMessage {
padding: 0 15px;
text-align: justify;
}
</style> </style>
<div class="settings-box first"> <div class="settings-box first">
......
...@@ -175,7 +175,6 @@ Polymer({ ...@@ -175,7 +175,6 @@ Polymer({
/** @private */ /** @private */
onAddPrinterTap_: function() { onAddPrinterTap_: function() {
this.$.addPrinterDialog.open(); this.$.addPrinterDialog.open();
this.$.addPrinterErrorMessage.hidden = true;
}, },
/** @private */ /** @private */
......
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