Index: chrome/test/data/file_manager/unit_tests/progress_center_handler_unittest.html |
diff --git a/chrome/test/data/file_manager/unit_tests/progress_center_handler_unittest.html b/chrome/test/data/file_manager/unit_tests/progress_center_handler_unittest.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ee6bc8c682927b60bfbe4aa9b6e0b50a175f965f |
--- /dev/null |
+++ b/chrome/test/data/file_manager/unit_tests/progress_center_handler_unittest.html |
@@ -0,0 +1,24 @@ |
+<!DOCTYPE html> |
+<!-- Copyright 2013 The Chromium Authors. All rights reserved. |
+ -- Use of this source code is governed by a BSD-style license that can be |
+ -- found in the LICENSE file. |
+ --> |
+ |
+<html> |
+<body> |
+ |
+<script src="../../../../../ui/webui/resources/js/cr.js"></script> |
+<script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script> |
+<script src="../../../../../ui/webui/resources/js/load_time_data.js"></script> |
+ |
+<script src="../../../../browser/resources/file_manager/background/js/progress_center.js"></script> |
+<script src="../../../../browser/resources/file_manager/common/js/progress_center_common.js"></script> |
+<script src="../../../../browser/resources/file_manager/common/js/util.js"></script> |
+ |
+<script src="mocks/mock_file_operation_manager.js"></script> |
+<script src="mocks/mock_progress_center.js"></script> |
+ |
+<script src="progress_center_handler_unittest.js"></script> |
+ |
+</body> |
+</html> |