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

Unified Diff: chrome/browser/net/crl_set_fetcher.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: chrome/browser/net/crl_set_fetcher.cc
diff --git a/chrome/browser/net/crl_set_fetcher.cc b/chrome/browser/net/crl_set_fetcher.cc
index 43ee505bf851a14d0be761081e90fb4b03c4cd19..b61fac24c8af3c75465b60c55d5539b217e2a4a3 100644
--- a/chrome/browser/net/crl_set_fetcher.cc
+++ b/chrome/browser/net/crl_set_fetcher.cc
@@ -241,4 +241,8 @@ bool CRLSetFetcher::GetInstalledFile(
return false;
}
+bool CRLSetFetcher::Uninstall() {
+ return false;
+}
+
CRLSetFetcher::~CRLSetFetcher() {}

Powered by Google App Engine
This is Rietveld 408576698