| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index f79b0197614d290f6228a6555cced92518462408..4a2456f278f66a9a9ef94f3723c46f458e1cb281 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -642,3 +642,7 @@ bool ChromeContentClient::IsSupplementarySiteIsolationModeEnabled() {
|
| return false;
|
| #endif
|
| }
|
| +
|
| +base::StringPiece ChromeContentClient::GetOriginTrialPublicKey() {
|
| + return origin_trial_key_manager_.GetPublicKey();
|
| +}
|
|
|