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

Unified Diff: chrome/browser/component_updater/cld_component_installer.cc

Issue 397623002: Expose the CLD data source in chrome://translate-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/resources/translate_internals/prefs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/resources/translate_internals/prefs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698