Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5083)

Unified Diff: chrome/browser/resources/sync_internals/sync_search.js

Issue 160083002: Refactor about:sync's events framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add semicolons Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/resources/sync_internals/sync_log.js ('k') | chrome/browser/ui/webui/sync_internals_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698