Skip to content

Commit

Permalink
Merge pull request #3190 from google/revert-3157-dulmandakh-patch-1
Browse files Browse the repository at this point in the history
Revert "expose setPropertyByteArray, setPropertyString"
  • Loading branch information
ojw28 authored Aug 17, 2017
2 parents cc5e16e + 6107807 commit ce3042b
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,22 +185,6 @@ public synchronized Pair<Long, Long> getLicenseDurationRemainingSec(byte[] offli
}
return licenseDurationRemainingSec;
}

public byte[] getPropertyByteArray(String key) {
return drmSessionManager.getPropertyByteArray(key);
}

public void setPropertyByteArray(String key, byte[] value) {
drmSessionManager.setPropertyByteArray(key, value);
}

public String getPropertyString(String key) {
return drmSessionManager.getPropertyString(key);
}

public void setPropertyString(String key, String value) {
drmSessionManager.setPropertyString(key, value);
}

private byte[] blockingKeyRequest(@Mode int licenseMode, byte[] offlineLicenseKeySetId,
DrmInitData drmInitData) throws DrmSessionException {
Expand Down

0 comments on commit ce3042b

Please # to comment.