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

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

Issue 1737693002: Allow command-line arguments to override EF public key (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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
« content/app/content_main_runner.cc ('K') | « content/app/content_main_runner.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.h
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
index d7b02300ec2111b213fb12d36fc46987b557ce2e..316e5b4c11753bfa1dfb04912a19e9a9a8408617 100644
--- a/content/public/common/content_client.h
+++ b/content/public/common/content_client.h
@@ -154,6 +154,9 @@ class CONTENT_EXPORT ContentClient {
// model decisions.
virtual bool IsSupplementarySiteIsolationModeEnabled();
+ // Gives the embedder a chance to configure origin trials as needed.
+ virtual void InitializeOriginTrials() {}
+
// 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();
« content/app/content_main_runner.cc ('K') | « content/app/content_main_runner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698