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

Unified Diff: components/update_client/test/test_installer.h

Issue 879993005: Add support for uninstalling components and use it in SupervisedUserWhitelistInstaller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: fix Created 5 years, 10 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/test/test_installer.h
diff --git a/components/update_client/test/test_installer.h b/components/update_client/test/test_installer.h
index 2d9ae9faf70a7394740c93bc994654f95f33c7ed..a31c4994d5ea0feb8debadb247d9494c1ec802c1 100644
--- a/components/update_client/test/test_installer.h
+++ b/components/update_client/test/test_installer.h
@@ -31,6 +31,8 @@ class TestInstaller : public ComponentInstaller {
bool GetInstalledFile(const std::string& file,
base::FilePath* installed_file) override;
+ bool Uninstall() override;
+
int error() const {
return error_;
}

Powered by Google App Engine
This is Rietveld 408576698