| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 239885bbbb2db46ae6eb1386d6be15526e9029b0..a27eac595f8256b550b1f47e79c8b46e8459aa9c 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -436,15 +436,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
|
|
|