Revert of "Prevent race conditions between decrypt and close session"

[ Original CL http://ag/3890635,
  Merge of http://go/wvgerrit/50340 ]

The original fix was not sufficient to address all race conditions.
A subsequent CL will address them.

Bug: 73781703
Bug: 79158083
Bug: 79262108
Test: WV unit/integration tests, GTS GtsMediaTestCases tests and
      24 hours of continuous Netflix playback.

Change-Id: I869c22a250e2467b3d49935815e4157dc012fff5
This commit is contained in:
Rahul Frias
2018-05-13 13:53:14 -07:00
parent aa536ec97f
commit 0163607fa3
6 changed files with 1 additions and 19 deletions

View File

@@ -599,8 +599,6 @@ void PrintTo(const enum CdmResponseType& value, ::std::ostream* os) {
break;
case SESSION_NOT_FOUND_18: *os << "SESSION_NOT_FOUND_18";
break;
case SESSION_CLOSED_1: *os << "SESSION_CLOSED_1";
break;
default:
*os << "Unknown CdmResponseType";
break;