| 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;
|
|
|