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

Unified Diff: chrome/browser/component_updater/supervised_user_whitelist_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: chrome/browser/component_updater/supervised_user_whitelist_installer.h
diff --git a/chrome/browser/component_updater/supervised_user_whitelist_installer.h b/chrome/browser/component_updater/supervised_user_whitelist_installer.h
index 796e83337c5d8487d2249caccf90831a6f9f82fd..6aa3e76f89ca1b059b1fcaa01891886480381c3e 100644
--- a/chrome/browser/component_updater/supervised_user_whitelist_installer.h
+++ b/chrome/browser/component_updater/supervised_user_whitelist_installer.h
@@ -47,8 +47,8 @@ class SupervisedUserWhitelistInstaller {
bool new_installation,
const WhitelistReadyCallback& callback) = 0;
- // Unregisters a whitelist.
- virtual void UnregisterWhitelist(const std::string& crx_id) = 0;
+ // Uninstalls a whitelist.
+ virtual void UninstallWhitelist(const std::string& crx_id) = 0;
protected:
// Triggers an update for a whitelist to be installed. Protected so it can be

Powered by Google App Engine
This is Rietveld 408576698