| Index: chrome/browser/image_decoder.h
|
| diff --git a/chrome/browser/image_decoder.h b/chrome/browser/image_decoder.h
|
| index 438622c442d48a9b2bc5b125b11a8d299faccbd1..87481c99a383324414c5717918a1f82098d20315 100644
|
| --- a/chrome/browser/image_decoder.h
|
| +++ b/chrome/browser/image_decoder.h
|
| @@ -58,7 +58,9 @@ class ImageDecoder : public content::UtilityProcessHostClient {
|
|
|
| enum ImageCodec {
|
| DEFAULT_CODEC = 0, // Uses WebKit image decoding (via WebImage).
|
| +#if defined(OS_CHROMEOS)
|
| ROBUST_JPEG_CODEC, // Restrict decoding to robust jpeg codec.
|
| +#endif // defined(OS_CHROMEOS)
|
| };
|
|
|
| // Calls StartWithOptions with ImageCodec::DEFAULT_CODEC and
|
|
|