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

Unified Diff: extensions/browser/updater/update_install_shim.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 | « components/update_client/utils.cc ('k') | extensions/browser/updater/update_install_shim.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/updater/update_install_shim.h
diff --git a/extensions/browser/updater/update_install_shim.h b/extensions/browser/updater/update_install_shim.h
index e6e9d93d038c65c406e971956851dfe5b466a65d..518866a6062c2fd316621bde2bc2d30a03f3fb02 100644
--- a/extensions/browser/updater/update_install_shim.h
+++ b/extensions/browser/updater/update_install_shim.h
@@ -44,8 +44,8 @@
// This is called when a new version of an extension is unpacked at
// |unpack_path| and is ready for install.
- CrxInstaller::Result Install(const base::DictionaryValue& manifest,
- const base::FilePath& unpack_path) override;
+ bool Install(const base::DictionaryValue& manifest,
+ const base::FilePath& unpack_path) override;
// This is called by the generic differential update code in the
// update_client to provide the path to an existing file in the current
« no previous file with comments | « components/update_client/utils.cc ('k') | extensions/browser/updater/update_install_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698