Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index c5676bd8b3e054ae8a5821b131382985b965ee2b..3f83021f5a3332aec15e72c0b9ea14fe8ece6097 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -439,15 +439,13 @@ void RegisterComponentsForUpdate() { |
// network. |
// For Chrome OS this registration is delayed until user login. |
g_browser_process->crl_set_fetcher()->StartInitialLoad(cus, path); |
+ // Registration of the EV Whitelist component here is not necessary for: |
+ // 1. Android: Because it currently does not have the EV indicator. |
+ // 2. Chrome OS: On Chrome OS this registration is delayed until user login. |
+ RegisterEVWhitelistComponent(cus, path); |
#endif |
} |
-#if !defined(OS_ANDROID) |
- // Android does not currently have the EV indicator. No need to get the |
- // EV certs whitelist on Android, then. |
- RegisterEVWhitelistComponent(cus); |
-#endif |
- |
#if defined(OS_WIN) |
RegisterSwReporterComponent(cus, g_browser_process->local_state()); |
#endif |