Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / html-echo.js
blob492dd25e3ef15724f1c52fbcee17b52fff64295b
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 Polymer('html-echo', {
6   contentChanged: function() {
7     this.innerHTML = this.content;
8   }
9 });