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

Unified Diff: components/update_client/ping_manager.h

Issue 1578083002: Implements an UpdateClient::SendUninstallPing API for the (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/update_client/ping_manager.h
diff --git a/components/update_client/ping_manager.h b/components/update_client/ping_manager.h
index be6180e37a273377ff8e2d1a6906856dc40abbae..d5a6311d4cb1f352aff12e3127c433c7b2a19342 100644
--- a/components/update_client/ping_manager.h
+++ b/components/update_client/ping_manager.h
@@ -19,7 +19,7 @@ class PingManager {
explicit PingManager(const scoped_refptr<Configurator>& config);
virtual ~PingManager();
- virtual void OnUpdateComplete(const CrxUpdateItem* item);
+ virtual void SendPing(const CrxUpdateItem* item);
private:
const scoped_refptr<Configurator> config_;

Powered by Google App Engine
This is Rietveld 408576698