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

Unified Diff: chrome/browser/resources/file_manager/photo_import.html

Issue 10837094: Un-break Photo Import in the Files app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « chrome/browser/resources/file_manager/js/photo/photo_import_scripts.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/photo_import.html
diff --git a/chrome/browser/resources/file_manager/photo_import.html b/chrome/browser/resources/file_manager/photo_import.html
index 84a6fa3b34f7380e34bace6476f2c9b5a49f0676..0415bc9c4bd88bc226cb513cd40b80edf56baff4 100644
--- a/chrome/browser/resources/file_manager/photo_import.html
+++ b/chrome/browser/resources/file_manager/photo_import.html
@@ -10,6 +10,7 @@
<link rel="stylesheet" href="../shared/css/dialogs.css"></link>
<link rel="stylesheet" type="text/css" href="css/common.css"/>
+ <link rel="stylesheet" type="text/css" href="css/file_types.css"/>
<link rel="stylesheet" type="text/css" href="css/media_controls.css"/>
<link rel="stylesheet" type="text/css" href="css/select_album_dialog.css"/>
<link rel="stylesheet" type="text/css" href="css/tile_view.css"/>
@@ -43,6 +44,7 @@
<script src="js/directory_contents.js"></script>
<script src="js/volume_manager.js"></script>
<script src="js/file_copy_manager_wrapper.js"></script>
+ <script src="js/path_util.js"></script>
<script src="js/metadata/metadata_cache.js"></script>
<script src="js/metrics.js"></script>
<script src="js/image_editor/image_util.js"></script>
« no previous file with comments | « chrome/browser/resources/file_manager/js/photo/photo_import_scripts.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698