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

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

Issue 1025593002: Add ImageOrientation class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 5 years, 9 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/image_orientation.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 2319eb113899cfea43c416ec4f03f61ede5bc88c..113dc4d5362477014101b2a8007479b915873525 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
@@ -158,3 +158,8 @@ IN_PROC_BROWSER_TEST_F(FileManagerJsTest, ExifParser) {
RunTest(base::FilePath(FILE_PATH_LITERAL(
"foreground/js/metadata/exif_parser_unittest.html")));
}
+
+IN_PROC_BROWSER_TEST_F(FileManagerJsTest, ImageOrientation) {
+ RunTest(base::FilePath(FILE_PATH_LITERAL(
+ "foreground/js/metadata/image_orientation_unittest.html")));
+}
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/metadata/image_orientation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698