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

Unified Diff: chrome/app/chrome_main_delegate.cc

Issue 2049783002: Refactor OriginTrialPolicy to be an abstract interface in content/public/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ef-add-revoked-feature-list
Patch Set: Switch to lazy initialization in ChromeContentClient Created 4 years, 6 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
« no previous file with comments | « no previous file | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_main_delegate.cc
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
index 22ed2aa8b65964e7a3610be177e29f07a6fe52c1..c1f4ac8bafad81637406edc10e5ba59c203b741e 100644
--- a/chrome/app/chrome_main_delegate.cc
+++ b/chrome/app/chrome_main_delegate.cc
@@ -636,12 +636,6 @@ bool ChromeMainDelegate::BasicStartupComplete(int* exit_code) {
}
#endif
- if (command_line.HasSwitch(switches::kOriginTrialPublicKey)) {
- chrome_content_client_.origin_trial_key_manager()
- ->SetPublicKeyFromASCIIString(
- command_line.GetSwitchValueASCII(switches::kOriginTrialPublicKey));
- }
-
content::SetContentClient(&chrome_content_client_);
#if defined (OS_CHROMEOS)
« no previous file with comments | « no previous file | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698