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

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

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/import_history_unittest.html
diff --git a/ui/file_manager/file_manager/background/js/import_history_unittest.html b/ui/file_manager/file_manager/background/js/import_history_unittest.html
index 62f6d13e09d43c49f27a7d51cc0e6f8ad449b0db..4926ddfb0ac5ef2f01d63966325905597c31ceff 100644
--- a/ui/file_manager/file_manager/background/js/import_history_unittest.html
+++ b/ui/file_manager/file_manager/background/js/import_history_unittest.html
@@ -7,9 +7,14 @@
<html>
<body>
+<script src="../../../../../third_party/analytics/google-analytics-bundle.js"></script>
+
<script src="../../common/js/volume_manager_common.js"></script>
<script src="../../common/js/importer_common.js"></script>
<script src="../../common/js/test_importer_common.js"></script>
+<script src="../../common/js/test_tracker.js"></script>
+<script src="../../common/js/metrics_base.js"></script>
+<script src="../../common/js/metrics_events.js"></script>
<script src="../../common/js/mock_entry.js"></script>
<script src="../../common/js/unittest_util.js"></script>
<script src="../../common/js/util.js"></script>

Powered by Google App Engine
This is Rietveld 408576698