| Index: chrome/browser/resources/chromeos/login/html-echo.js
|
| diff --git a/chrome/browser/resources/chromeos/login/html-echo.js b/chrome/browser/resources/chromeos/login/html-echo.js
|
| index 25821c86bb3a2df5af61ebc6fbc5001adf2b9d02..77a00d1f4ad28fbc30f086313122bf3527d7fc19 100644
|
| --- a/chrome/browser/resources/chromeos/login/html-echo.js
|
| +++ b/chrome/browser/resources/chromeos/login/html-echo.js
|
| @@ -5,12 +5,7 @@
|
| Polymer({
|
| is: 'html-echo',
|
|
|
| - properties: {
|
| - content: {
|
| - type: String,
|
| - observer: 'contentChanged_'
|
| - }
|
| - },
|
| + properties: {content: {type: String, observer: 'contentChanged_'}},
|
|
|
| contentChanged_: function(content) {
|
| this.innerHTML = content;
|
|
|