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

Unified Diff: chrome/utility/media_galleries/media_metadata_parser.h

Issue 1791623002: Revert of Media Galleries Partial Deprecation: Remove image metadata & libexif. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manual revert/rebase. Created 4 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
Index: chrome/utility/media_galleries/media_metadata_parser.h
diff --git a/chrome/utility/media_galleries/media_metadata_parser.h b/chrome/utility/media_galleries/media_metadata_parser.h
index aee7a7fe2e8b1587f1b18f8c79f00fe50f8a7117..44c44acc7b9eb90f4f5c1c632f21e8d870b2d2ea 100644
--- a/chrome/utility/media_galleries/media_metadata_parser.h
+++ b/chrome/utility/media_galleries/media_metadata_parser.h
@@ -25,9 +25,10 @@ class DataSource;
namespace metadata {
// This class takes a MIME type and data source and parses its metadata. It
-// handles audio, video, and images. It delegates its operations to FFMPEG.
-// This class lives and operates on the utility thread of the utility process,
-// as we wish to sandbox potentially dangerous operations on user-provided data.
+// handles audio, video, and images. It delegates its operations to FFMPEG,
+// libexif, etc. This class lives and operates on the utility thread of the
+// utility process, as we wish to sandbox potentially dangerous operations
+// on user-provided data.
class MediaMetadataParser {
public:
typedef extensions::api::media_galleries::MediaMetadata MediaMetadata;

Powered by Google App Engine
This is Rietveld 408576698