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

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

Issue 835803003: Show suggest apps dialog also in Download. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused string. Created 5 years, 11 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/file_tasks_unittest.html
diff --git a/ui/file_manager/file_manager/background/js/import_history_unittest.html b/ui/file_manager/file_manager/foreground/js/file_tasks_unittest.html
similarity index 56%
copy from ui/file_manager/file_manager/background/js/import_history_unittest.html
copy to ui/file_manager/file_manager/foreground/js/file_tasks_unittest.html
index 75f06f87e8f9cc4fcafda15970545f1264ed6bd7..b586cc5720c8d59bae061737c8d254d4a68098de 100644
--- a/ui/file_manager/file_manager/background/js/import_history_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/file_tasks_unittest.html
@@ -1,20 +1,16 @@
<!DOCTYPE html>
-<!-- Copyright 2014 The Chromium Authors. All rights reserved.
+<!-- Copyright 2015 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/load_time_data.js"></script>
<script src="../../common/js/volume_manager_common.js"></script>
-<script src="../../common/js/importer_common.js"></script>
<script src="../../common/js/mock_entry.js"></script>
+<script src="../../common/js/file_type.js"></script>
<script src="../../common/js/unittest_util.js"></script>
<script src="../../common/js/util.js"></script>
-<script src="import_history.js"></script>
-<script src="import_history_unittest.js"></script>
-
-</body>
-</html>
+<script src="file_tasks.js"></script>
+<script src="file_tasks_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698