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

Unified Diff: content/app/content_main_runner.cc

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
Index: content/app/content_main_runner.cc
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
index 5b4586c38f366b91a4a6e06b68bcaa50f3b7c9a5..d9135defec68728c6ffb0b37d13ae1264402c506 100644
--- a/content/app/content_main_runner.cc
+++ b/content/app/content_main_runner.cc
@@ -253,6 +253,7 @@ class ContentClientInitializer {
content_client->utility_ = &g_empty_content_utility_client.Get();
}
#endif // !CHROME_MULTIPLE_DLL_BROWSER
+ content_client->InitializeOriginTrials();
jam 2016/04/21 17:56:19 instead of adding a new ContentClient method, whic
iclelland 2016/04/25 15:26:18 Yes I can. Other content embedders will need to fo
}
};

Powered by Google App Engine
This is Rietveld 408576698