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

Unified Diff: components/update_client/update_client_internal.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/update_client_internal.h
diff --git a/components/update_client/update_client_internal.h b/components/update_client/update_client_internal.h
index 6a5bf39b7cc0053a97c983900323aecdee98a93b..6df2b99dd02aafe03c085350a7e52d920a83ae75 100644
--- a/components/update_client/update_client_internal.h
+++ b/components/update_client/update_client_internal.h
@@ -53,6 +53,9 @@ class UpdateClientImpl : public UpdateClient {
CrxUpdateItem* update_item) const override;
bool IsUpdating(const std::string& id) const override;
void Stop() override;
+ void SendUninstallPing(const std::string& id,
+ const Version& version,
+ int reason) override;
private:
~UpdateClientImpl() override;

Powered by Google App Engine
This is Rietveld 408576698