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

Unified Diff: ios/chrome/browser/net/crl_set_fetcher.h

Issue 2483513002: Revert of Makes the component installers return a Result instead of a bool. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « extensions/browser/updater/update_install_shim.cc ('k') | ios/chrome/browser/net/crl_set_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/net/crl_set_fetcher.h
diff --git a/ios/chrome/browser/net/crl_set_fetcher.h b/ios/chrome/browser/net/crl_set_fetcher.h
index 88821a9eb565ed888fb3612fa79783b6403cc78f..5f0574246732d7b9964615933a76f3b5b18241cb 100644
--- a/ios/chrome/browser/net/crl_set_fetcher.h
+++ b/ios/chrome/browser/net/crl_set_fetcher.h
@@ -40,8 +40,8 @@
// ComponentInstaller interface
void OnUpdateError(int error) override;
- Result Install(const base::DictionaryValue& manifest,
- const base::FilePath& unpack_path) 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;
@@ -79,9 +79,6 @@
// the disk.
void DoDeleteFromDisk();
- bool DoInstall(const base::DictionaryValue& manifest,
- const base::FilePath& unpack_path);
-
component_updater::ComponentUpdateService* cus_;
// Path where the CRL file is stored.
« no previous file with comments | « extensions/browser/updater/update_install_shim.cc ('k') | ios/chrome/browser/net/crl_set_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698