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

Unified Diff: chrome/browser/chromeos/file_manager/file_manager_jstest.cc

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
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/file_manager_jstest.cc
diff --git a/chrome/browser/chromeos/file_manager/file_manager_jstest.cc b/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
index 60edb95c64daea26b8fedace11bab0a3fb5890b9..2f925139dcf8f1f8065a15279602ac3c4ebe6e6d 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
@@ -104,3 +104,8 @@ IN_PROC_BROWSER_TEST_F(FileManagerJsTest, PreviewPanelModelTest) {
RunTest(base::FilePath(
FILE_PATH_LITERAL("foreground/js/preview_panel_model_unittest.html")));
}
+
+IN_PROC_BROWSER_TEST_F(FileManagerJsTest, ThumbnailLoader) {
+ RunTest(base::FilePath(
+ FILE_PATH_LITERAL("foreground/js/thumbnail_loader_unittest.html")));
+}
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698