| Index: chrome/browser/resources/sync_internals/sync_search.js
|
| diff --git a/chrome/browser/resources/sync_internals/sync_search.js b/chrome/browser/resources/sync_internals/sync_search.js
|
| index fc9d504ab8d57a5ef2ba6083da157e796b1dbe4d..7e3f3459fdad787ee181fe037ea53b4852839b25 100644
|
| --- a/chrome/browser/resources/sync_internals/sync_search.js
|
| +++ b/chrome/browser/resources/sync_internals/sync_search.js
|
| @@ -97,7 +97,7 @@ cr.define('chrome.sync', function() {
|
| } else {
|
| statusControl.textContent =
|
| 'Found ' + nodes.length + ' nodes in ' +
|
| - timer.elapsedSeconds + 's';
|
| + timer.getElapsedSeconds() + 's';
|
| queryControl.removeAttribute('error');
|
|
|
| // TODO(akalin): Write a nicer list display.
|
|
|