Makes GeneratePrivateData() public

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=229239892
This commit is contained in:
Widevine Buildbot
2019-01-14 22:32:55 +00:00
parent 76ccc00894
commit 853a03dd8d
4 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -63,8 +63,7 @@ class WvCasCaDescriptor {
// where the descriptor will be added.
virtual size_t CaDescriptorBaseSize() const;
protected:
// Protected visibility to support unit testing.
// Return private data in the CA descriptor.
virtual std::string GeneratePrivateData(const std::string& provider,
const std::string& content_id) const;
};