Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Unified Diff: content/public/common/content_client.cc

Issue 1653263005: [Experimental Framework] Move the trial token public key out of content and into the embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase; fix DLL export error in VS compile Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index e7f50c8df98375864e06dda79d52b8cd9943c2f7..c2f7566ad9b28c0fc16711ce1cdccb6424c88c2b 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -117,4 +117,8 @@ bool ContentClient::IsSupplementarySiteIsolationModeEnabled() {
return false;
}
+base::StringPiece ContentClient::GetOriginTrialPublicKey() {
+ return base::StringPiece();
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698