| Index: chrome/browser/extensions/install_tracker.h
|
| diff --git a/chrome/browser/extensions/install_tracker.h b/chrome/browser/extensions/install_tracker.h
|
| index c8b2c477fea278be2fce5a95f09582e16a57564e..2f9a8809888e0fd026acab26e821f329d5b90927 100644
|
| --- a/chrome/browser/extensions/install_tracker.h
|
| +++ b/chrome/browser/extensions/install_tracker.h
|
| @@ -14,10 +14,6 @@
|
|
|
| class Profile;
|
|
|
| -namespace gfx {
|
| -class ImageSkia;
|
| -}
|
| -
|
| namespace extensions {
|
|
|
| class ExtensionPrefs;
|
| @@ -33,11 +29,7 @@ class InstallTracker : public BrowserContextKeyedService,
|
| void RemoveObserver(InstallObserver* observer);
|
|
|
| void OnBeginExtensionInstall(
|
| - const std::string& extension_id,
|
| - const std::string& extension_name,
|
| - const gfx::ImageSkia& installing_icon,
|
| - bool is_app,
|
| - bool is_platform_app);
|
| + const InstallObserver::ExtensionInstallParams& params);
|
| void OnDownloadProgress(const std::string& extension_id,
|
| int percent_downloaded);
|
| void OnInstallFailure(const std::string& extension_id);
|
|
|