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

Unified Diff: components/component_updater/default_component_installer.cc

Issue 1853753003: Certificate Transparency: New component for obtaining fresh STHs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments by sorin & waffles Created 4 years, 8 months 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
Index: components/component_updater/default_component_installer.cc
diff --git a/components/component_updater/default_component_installer.cc b/components/component_updater/default_component_installer.cc
index 8f5bba6b6a2f44f4d46b87da85fdbe8916da7852..cb40ea2328e5f0a8ea558e6f3036a8d2c2b7f86d 100644
--- a/components/component_updater/default_component_installer.cc
+++ b/components/component_updater/default_component_installer.cc
@@ -286,7 +286,8 @@ void DefaultComponentInstaller::FinishRegistration(
void DefaultComponentInstaller::ComponentReady(
scoped_ptr<base::DictionaryValue> manifest) {
- VLOG(1) << "ComponentReady";
+ VLOG(1) << "Component ready, version " << current_version_.GetString()
+ << " in " << GetInstallDirectory().value();
installer_traits_->ComponentReady(current_version_, GetInstallDirectory(),
std::move(manifest));
}

Powered by Google App Engine
This is Rietveld 408576698