Makes GeneratePrivateData() public
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=229239892
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -63,8 +63,7 @@ class WvCasCaDescriptor {
|
|||||||
// where the descriptor will be added.
|
// where the descriptor will be added.
|
||||||
virtual size_t CaDescriptorBaseSize() const;
|
virtual size_t CaDescriptorBaseSize() const;
|
||||||
|
|
||||||
protected:
|
// Return private data in the CA descriptor.
|
||||||
// Protected visibility to support unit testing.
|
|
||||||
virtual std::string GeneratePrivateData(const std::string& provider,
|
virtual std::string GeneratePrivateData(const std::string& provider,
|
||||||
const std::string& content_id) const;
|
const std::string& content_id) const;
|
||||||
};
|
};
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user