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

Side by Side Diff: ui/file_manager/gallery/js/image_editor/image_view_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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 -- Use of this source code is governed by a BSD-style license that can be 3 -- Use of this source code is governed by a BSD-style license that can be
4 -- found in the LICENSE file. 4 -- found in the LICENSE file.
5 --> 5 -->
6 <html> 6 <html>
7 <body> 7 <body>
8 8
9 <script> 9 <script>
10 <!-- Define Gallery for Gallery.Item. --> 10 <!-- Define Gallery for Gallery.Item. -->
11 var Gallery = {}; 11 var Gallery = {};
12 </script> 12 </script>
13 13
14 <script src="../../../file_manager/common/js/file_type.js"></script>
15 <script src="../../../file_manager/common/js/mock_entry.js"></script>
14 <script src="../../../file_manager/foreground/js/thumbnail_loader.js"></script> 16 <script src="../../../file_manager/foreground/js/thumbnail_loader.js"></script>
15 <script src="../gallery_item.js"></script> 17 <script src="../gallery_item.js"></script>
16 <script src="image_buffer.js"></script> 18 <script src="image_buffer.js"></script>
17 <script src="image_view.js"></script> 19 <script src="image_view.js"></script>
18 <script src="image_view_unittest.js"></script> 20 <script src="image_view_unittest.js"></script>
19 21
20 </body> 22 </body>
21 </html> 23 </html>
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/image_editor/image_view.js ('k') | ui/file_manager/gallery/js/image_editor/image_view_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698