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

Unified Diff: components/update_client/update_client.h

Issue 2831473002: Add a callback parameter to UpdateClient::SendUninstallPing. (Closed)
Patch Set: Created 3 years, 8 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.h
diff --git a/components/update_client/update_client.h b/components/update_client/update_client.h
index cdcd956fcc0f505c1496ee3009f986919d71fa8e..412a4d9b264488cb3959b22bfaebbc009cbeed60 100644
--- a/components/update_client/update_client.h
+++ b/components/update_client/update_client.h
@@ -328,7 +328,8 @@ class UpdateClient : public base::RefCounted<UpdateClient> {
// of this class.
virtual void SendUninstallPing(const std::string& id,
const base::Version& version,
- int reason) = 0;
+ int reason,
+ const Callback& callback) = 0;
// Returns status details about a CRX update. The function returns true in
// case of success and false in case of errors, such as |id| was
« no previous file with comments | « components/component_updater/default_component_installer_unittest.cc ('k') | components/update_client/update_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698