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

Unified Diff: chrome/browser/extensions/install_tracker.h

Issue 72463002: Move InstallObserver::OnBeginExtensionInstall parameters to a struct (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 | « chrome/browser/extensions/install_observer.cc ('k') | chrome/browser/extensions/install_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/extensions/install_observer.cc ('k') | chrome/browser/extensions/install_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698