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

Unified Diff: extensions/browser/updater/update_service_unittest.cc

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: extensions/browser/updater/update_service_unittest.cc
diff --git a/extensions/browser/updater/update_service_unittest.cc b/extensions/browser/updater/update_service_unittest.cc
index 283ff20fd26639e6c68f6ec4504c7cf5c6db296f..5c8d6bab6f895d0b50bf6b48be7b72865c58e95b 100644
--- a/extensions/browser/updater/update_service_unittest.cc
+++ b/extensions/browser/updater/update_service_unittest.cc
@@ -49,6 +49,9 @@ class FakeUpdateClient : public update_client::UpdateClient {
}
bool IsUpdating(const std::string& id) const override { return false; }
void Stop() override {}
+ void SendUninstallPing(const std::string& id,
+ const Version& version,
+ int reason) {}
protected:
friend class base::RefCounted<FakeUpdateClient>;

Powered by Google App Engine
This is Rietveld 408576698