Widevine CDM Now Goes to Eleven
(This is a merge of http://go/wvgerrit/13980) Adding origins to Android is going to push the number of arguments to GenerateKeyRequest over the maximum allowed by gMock. This change increases the maximum to 11 in order to continue supporting us. Bug: 19771858 Change-Id: Id04609d70da194f1491573b1b4aa9c23a67b78ab
This commit is contained in:
@@ -2,7 +2,7 @@ $$ -*- mode: c++; -*-
|
||||
$$ This is a Pump source file. Please use Pump to convert it to
|
||||
$$ gmock-generated-function-mockers.h.
|
||||
$$
|
||||
$var n = 10 $$ The maximum arity we support.
|
||||
$var n = 11 $$ The maximum arity we support.
|
||||
// Copyright 2007, Google Inc.
|
||||
// All rights reserved.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user