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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 657613002: Certificate Transparency: EV certificates whitelist support for ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ev_list_unpacking_redo
Patch Set: Addressing review comments (comment & formatting) Created 6 years, 1 month 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/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698