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

Unified Diff: chrome/browser/browser_process_impl.cc

Issue 18516010: Implemented completion pings for component updates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ChromeConfigurator owns the ping manager. Created 7 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
Index: chrome/browser/browser_process_impl.cc
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
index 9dffeabed2f48f7bc9a65e31785cc6569ba6bd05..f6e8dacb21e3f4107096225e0e79a316ec62c5c5 100644
--- a/chrome/browser/browser_process_impl.cc
+++ b/chrome/browser/browser_process_impl.cc
@@ -761,6 +761,7 @@ ComponentUpdateService* BrowserProcessImpl::component_updater() {
// Creating the component updater does not do anything, components
// need to be registered and Start() needs to be called.
component_updater_.reset(ComponentUpdateServiceFactory(configurator));
+ configurator->Init(component_updater_.get());
}
return component_updater_.get();
}

Powered by Google App Engine
This is Rietveld 408576698