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

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

Issue 805533003: Hook up import history to media scanner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert manifest.json. Created 6 years 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/media_scanner_unittest.html
diff --git a/ui/file_manager/file_manager/background/js/media_scanner_unittest.html b/ui/file_manager/file_manager/background/js/media_scanner_unittest.html
index cc80da02669a8be09194ac9804bfe529fd8bcfa9..a1d1eadf88a2bb97106de0c4122ec1b158d5b9ba 100644
--- a/ui/file_manager/file_manager/background/js/media_scanner_unittest.html
+++ b/ui/file_manager/file_manager/background/js/media_scanner_unittest.html
@@ -19,6 +19,8 @@
<script src="../../common/js/unittest_util.js"></script>
<script src="../../common/js/util.js"></script>
<script src="file_operation_util.js"></script>
+<script src="import_history.js"></script>
+<script src="test_import_history.js"></script>
<script src="media_scanner.js"></script>
<script src="media_scanner_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698