summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_updater.h')
-rw-r--r--chrome/browser/extensions/extension_updater.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_updater.h b/chrome/browser/extensions/extension_updater.h
index ae6d87c..ae7c488 100644
--- a/chrome/browser/extensions/extension_updater.h
+++ b/chrome/browser/extensions/extension_updater.h
@@ -168,7 +168,8 @@ class ExtensionUpdater
// Called when a crx file has been written into a temp file, and is ready
// to be installed.
- void OnCRXFileWritten(const std::string& id, const FilePath& path);
+ void OnCRXFileWritten(const std::string& id, const FilePath& path,
+ const GURL& download_url);
// Callback for when ExtensionsService::Install is finished.
void OnExtensionInstallFinished(const FilePath& path, Extension* extension);