| Index: chrome/browser/component_updater/cld_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/cld_component_installer.cc b/chrome/browser/component_updater/cld_component_installer.cc
|
| index d63b2da645bc18314c26083c43688c74abbfe57a..02056eb1371580d962736fd5bde4ce289bd15ff3 100644
|
| --- a/chrome/browser/component_updater/cld_component_installer.cc
|
| +++ b/chrome/browser/component_updater/cld_component_installer.cc
|
| @@ -103,6 +103,10 @@ std::string CldComponentInstallerTraits::GetName() const {
|
| }
|
|
|
| void RegisterCldComponent(ComponentUpdateService* cus) {
|
| + // This log line is to help with determining which kind of provider has been
|
| + // configured. See also: chrome://translate-internals
|
| + VLOG(1) << "Registering CLD component with the component update service";
|
| +
|
| scoped_ptr<ComponentInstallerTraits> traits(
|
| new CldComponentInstallerTraits());
|
| // |cus| will take ownership of |installer| during installer->Register(cus).
|
|
|