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

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

Issue 1803883002: Reland: Media Galleries Partial Deprecation: Remove image metadata & libexif. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a remnant on MacOSX official build 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 44c44acc7b9eb90f4f5c1c632f21e8d870b2d2ea..aee7a7fe2e8b1587f1b18f8c79f00fe50f8a7117 100644
--- a/chrome/utility/media_galleries/media_metadata_parser.h
+++ b/chrome/utility/media_galleries/media_metadata_parser.h
@@ -25,10 +25,9 @@ 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,
-// 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.
+// 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.
class MediaMetadataParser {
public:
typedef extensions::api::media_galleries::MediaMetadata MediaMetadata;

Powered by Google App Engine
This is Rietveld 408576698