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

Unified Diff: chrome/browser/component_updater/pnacl/pnacl_component_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/pnacl/pnacl_component_installer.h
diff --git a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
index b8e256dc4484e5abe753d6cfda353a6ddb4f3537..36743778cf06977fb553672d425ea1ba4464817d 100644
--- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
+++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.h
@@ -43,12 +43,11 @@ class PnaclComponentInstaller : public update_client::ComponentInstaller {
// ComponentInstaller implementation:
void OnUpdateError(int error) override;
-
bool Install(const base::DictionaryValue& manifest,
const base::FilePath& unpack_path) override;
-
bool GetInstalledFile(const std::string& file,
base::FilePath* installed_file) override;
+ bool Uninstall() override;
// Register a PNaCl component for the first time.
void RegisterPnaclComponent(ComponentUpdateService* cus);

Powered by Google App Engine
This is Rietveld 408576698