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

Unified Diff: ui/file_manager/file_manager/background/js/background.js

Issue 1008723004: Add support for reporting history load with counts + timing + a 'multi-machine' dimension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: ui/file_manager/file_manager/background/js/background.js
diff --git a/ui/file_manager/file_manager/background/js/background.js b/ui/file_manager/file_manager/background/js/background.js
index 13531be2f7449a0a456f0904602384ef2a8ce244..31ca2df27ea2a14df6dba9030ca48a656fa9d48c 100644
--- a/ui/file_manager/file_manager/background/js/background.js
+++ b/ui/file_manager/file_manager/background/js/background.js
@@ -48,7 +48,7 @@ function FileBrowserBackground() {
*
* @type {!importer.HistoryLoader}
*/
- this.historyLoader = new importer.RuntimeHistoryLoader();
+ this.historyLoader = new importer.RuntimeHistoryLoader(this.tracker);
/**
* Event handler for progress center.

Powered by Google App Engine
This is Rietveld 408576698