| Index: content/public/common/content_client.h
|
| diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
|
| index eabd3da3396e9d562df5bd5a78322e14f0e7a1bb..ba15b3eb8a94f35ee1dd12bca4e1ca2a9816a865 100644
|
| --- a/content/public/common/content_client.h
|
| +++ b/content/public/common/content_client.h
|
| @@ -156,6 +156,10 @@ class CONTENT_EXPORT ContentClient {
|
| // model decisions.
|
| virtual bool IsSupplementarySiteIsolationModeEnabled();
|
|
|
| + // Returns the public key to be used for origin trials, or an empty string if
|
| + // origin trials are not enabled in this context.
|
| + virtual base::StringPiece GetOriginTrialPublicKey();
|
| +
|
| private:
|
| friend class ContentClientInitializer; // To set these pointers.
|
| friend class InternalTestInitializer;
|
|
|