Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index 53c4a5d6103f60a7a2527999e54e0f6e475884da..d4c259f03d3db1ae5a5a8704f09cc8f72bb32ef2 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -485,8 +485,7 @@ void RegisterComponentsForUpdate(const CommandLine& command_line) { |
if (!command_line.HasSwitch(switches::kDisableCRLSets)) |
g_browser_process->crl_set_fetcher()->StartInitialLoad(cus); |
- if (command_line.HasSwitch(switches::kEnablePnacl)) |
- RegisterPnaclComponent(cus); |
+ RegisterPnaclComponent(cus, command_line); |
cus->Start(); |
} |