Source release 19.6.0
GitOrigin-RevId: 13a33e34413c19da1bfe76abcc66be519c9ac9d1
This commit is contained in:
@@ -40,7 +40,11 @@ class ProvisioningHolder {
|
||||
// JSON message of the response to |response_|.
|
||||
void FetchResponse();
|
||||
|
||||
// Loads the response into the |cdm_engine_|, expecting success.
|
||||
void LoadResponse(bool binary_provisioning);
|
||||
// Loads the response into the |cdm_engine_|, returning the
|
||||
// result from CDM.
|
||||
CdmResponseType LoadResponseReturnStatus(bool binary_provisioning);
|
||||
|
||||
const std::string& request() const { return request_; }
|
||||
// Sets the request to be used on next call to FetchResponse().
|
||||
|
||||
Reference in New Issue
Block a user