Merge "Remove error code INVALID_QUERY_STATUS"

This commit is contained in:
TreeHugger Robot
2018-03-06 08:15:12 +00:00
committed by Android (Google) Code Review
6 changed files with 2 additions and 8 deletions

View File

@@ -319,8 +319,6 @@ void PrintTo(const enum CdmResponseType& value, ::std::ostream* os) {
break;
case CLIENT_ID_RSA_ENCRYPT_ERROR: *os << "CLIENT_ID_RSA_ENCRYPT_ERROR";
break;
case INVALID_QUERY_STATUS: *os << "INVALID_QUERY_STATUS";
break;
case LICENSE_PARSER_NOT_INITIALIZED_4:
*os << "LICENSE_PARSER_NOT_INITIALIZED_4";
break;