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

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

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.cc
diff --git a/components/update_client/test/test_installer.cc b/components/update_client/test/test_installer.cc
index de32b1fbd42168aaa538a53f02380923210335bd..6c03f4922771a37c28f79bcd7ae3b27818055fc7 100644
--- a/components/update_client/test/test_installer.cc
+++ b/components/update_client/test/test_installer.cc
@@ -33,6 +33,10 @@ bool TestInstaller::GetInstalledFile(const std::string& file,
TestInstaller::~TestInstaller() {
}
+bool TestInstaller::Uninstall() {
+ return false;
+}
+
ReadOnlyTestInstaller::ReadOnlyTestInstaller(const base::FilePath& install_dir)
: install_directory_(install_dir) {
}

Powered by Google App Engine
This is Rietveld 408576698