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) |