Chromium Code Reviews| Index: chrome/common/chrome_content_client.cc |
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc |
| index a956d00c50fb119e58f3dfda3aaa367ce239bb12..27f16e135fd4f6a73b36795093641c6ded46a314 100644 |
| --- a/chrome/common/chrome_content_client.cc |
| +++ b/chrome/common/chrome_content_client.cc |
| @@ -637,3 +637,7 @@ bool ChromeContentClient::IsSupplementarySiteIsolationModeEnabled() { |
| return false; |
| #endif |
| } |
| + |
| +base::StringPiece ChromeContentClient::GetOriginTrialPublicKey() { |
| + return origin_trial_key_manager_.GetPublicKey(); |
| +} |