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

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

Issue 831833004: Files.app: Stop to use drive thumbnail for cached files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. 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/thumbnail_loader_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/thumbnail_loader_unittest.html b/ui/file_manager/file_manager/foreground/js/thumbnail_loader_unittest.html
new file mode 100644
index 0000000000000000000000000000000000000000..76374c666ebe0d8086cf9b8f4ff897a787a6f206
--- /dev/null
+++ b/ui/file_manager/file_manager/foreground/js/thumbnail_loader_unittest.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<!-- 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.
+ -->
+<script src="../../common/js/file_type.js"></script>
+<script src="../../common/js/mock_entry.js"></script>
+<script src="thumbnail_loader.js"></script>
+<script src="thumbnail_loader_unittest.js"></script>

Powered by Google App Engine
This is Rietveld 408576698