Chromium Code Reviews| Index: google_apis/drive/drive_api_parser.cc |
| =================================================================== |
| --- google_apis/drive/drive_api_parser.cc (revision 256983) |
| +++ google_apis/drive/drive_api_parser.cc (working copy) |
| @@ -702,7 +702,6 @@ |
| } |
| bool ImageMediaMetadata::Parse(const base::Value& value) { |
| - return true; |
| base::JSONValueConverter<ImageMediaMetadata> converter; |
| if (!converter.Convert(value, this)) { |
| LOG(ERROR) << "Unable to parse: Invalid ImageMediaMetadata."; |