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

Unified Diff: ui/file_manager/file_manager/foreground/js/import_controller_unittest.html

Issue 1022213002: Add a cancel button to the details panel...visible when import is active. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review 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/foreground/js/import_controller_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/import_controller_unittest.html b/ui/file_manager/file_manager/foreground/js/import_controller_unittest.html
index 4cf860fe6ae8d99681dfe45a7b6bbc61eddd73c9..cd2103977491a1683717b783f3900a9026f3e09f 100644
--- a/ui/file_manager/file_manager/foreground/js/import_controller_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/import_controller_unittest.html
@@ -6,6 +6,8 @@
<html>
<body>
+ <script src="../../../../../third_party/analytics/google-analytics-bundle.js"></script>
mtomasz 2015/03/23 00:28:36 Are we registering and uploading analytics hits wh
Steve McKay 2015/03/23 16:20:49 Nope. We install a test tracker. But there are oth
+
<script src="../../../../../ui/webui/resources/js/cr.js"></script>
<script src="../../../../../ui/webui/resources/js/assert.js"></script>
<script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script>
@@ -16,6 +18,9 @@
<script src="../../common/js/mock_entry.js"></script>
<script src="../../common/js/unittest_util.js"></script>
<script src="../../common/js/util.js"></script>
+ <script src="../../common/js/metrics_base.js"></script>
+ <script src="../../common/js/metrics_events.js"></script>
+ <script src="../../common/js/test_tracker.js"></script>
<script src="../../common/js/volume_manager_common.js"></script>
<script src="../../common/js/importer_common.js"></script>

Powered by Google App Engine
This is Rietveld 408576698