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

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

Issue 2714413004: Unload Piex NaCl module when idling. (Closed)
Patch Set: Fix issues + add comments. Created 3 years, 10 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/image_loader/piex_loader.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/image_loader_jstest.cc
diff --git a/chrome/browser/chromeos/file_manager/image_loader_jstest.cc b/chrome/browser/chromeos/file_manager/image_loader_jstest.cc
index 17fbc2c89fae08835e8ec057f3796c42ffa7638c..2de91a7204cf64d77fbbe790d4f9a97207e98070 100644
--- a/chrome/browser/chromeos/file_manager/image_loader_jstest.cc
+++ b/chrome/browser/chromeos/file_manager/image_loader_jstest.cc
@@ -22,3 +22,7 @@ IN_PROC_BROWSER_TEST_F(ImageLoaderJsTest, CacheTest) {
IN_PROC_BROWSER_TEST_F(ImageLoaderJsTest, ImageLoaderTest) {
RunTest(base::FilePath(FILE_PATH_LITERAL("image_loader_unittest.html")));
}
+
+IN_PROC_BROWSER_TEST_F(ImageLoaderJsTest, PiexLoaderTest) {
+ RunTest(base::FilePath(FILE_PATH_LITERAL("piex_loader_unittest.html")));
+}
« no previous file with comments | « no previous file | ui/file_manager/image_loader/piex_loader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698