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

Unified Diff: extensions/browser/updater/update_install_shim.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 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
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 518866a6062c2fd316621bde2bc2d30a03f3fb02..e6e9d93d038c65c406e971956851dfe5b466a65d 100644
--- a/extensions/browser/updater/update_install_shim.h
+++ b/extensions/browser/updater/update_install_shim.h
@@ -44,8 +44,8 @@ class UpdateInstallShim : public update_client::CrxInstaller {
// This is called when a new version of an extension is unpacked at
// |unpack_path| and is ready for install.
- bool Install(const base::DictionaryValue& manifest,
- const base::FilePath& unpack_path) override;
+ CrxInstaller::Result 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 | « extensions/browser/updater/manifest_fetch_data.cc ('k') | extensions/browser/updater/update_install_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698