Chromium Code Reviews| Index: chrome/browser/component_updater/ev_whitelist_component_installer.cc |
| diff --git a/chrome/browser/component_updater/ev_whitelist_component_installer.cc b/chrome/browser/component_updater/ev_whitelist_component_installer.cc |
| index eeef0a602eb52924e636e4518b9135aac5f55e05..5f59306382b4f3e05b3f3205908d4f88e003b12f 100644 |
| --- a/chrome/browser/component_updater/ev_whitelist_component_installer.cc |
| +++ b/chrome/browser/component_updater/ev_whitelist_component_installer.cc |
| @@ -65,16 +65,12 @@ void EVWhitelistComponentInstallerTraits::ComponentReady( |
| VLOG(1) << "Component ready, version " << version.GetString() << " in " |
| << path.value(); |
| - // TODO(eranm): Uncomment once https://codereview.chromium.org/462543002/ |
| - // is in. |
| - /* |
| const base::FilePath whitelist_file = GetInstalledPath(path); |
| base::Callback<void(void)> set_cb = |
| base::Bind(&net::ct::SetEVWhitelistFromFile, whitelist_file); |
| content::BrowserThread::PostBlockingPoolTask( |
| FROM_HERE, |
|
Sorin Jianu
2014/09/12 19:46:54
I think the arguments will fit on line 71. Or cons
Eran Messeri
2014/10/01 16:08:35
Done.
|
| set_cb); |
| - */ |
| } |
| bool EVWhitelistComponentInstallerTraits::VerifyInstallation( |