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

Unified Diff: chrome/browser/ui/app_list/apps_model_builder.h

Issue 12298015: Change NotifyAppList*() functions into observers on a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months 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: chrome/browser/ui/app_list/apps_model_builder.h
diff --git a/chrome/browser/ui/app_list/apps_model_builder.h b/chrome/browser/ui/app_list/apps_model_builder.h
index 4f06ff309d9b86cd94b1d986fe5a0b0330de92f5..905dfb204caee3f2edd6057ffea4bb3a65a5a225 100644
--- a/chrome/browser/ui/app_list/apps_model_builder.h
+++ b/chrome/browser/ui/app_list/apps_model_builder.h
@@ -35,18 +35,6 @@ class AppsModelBuilder : public content::NotificationObserver,
// Populates the model.
void Build();
- // Called when an extension starts installing.
- void OnBeginExtensionInstall(const std::string& extension_id,
- const std::string& extension_name,
- const gfx::ImageSkia& installing_icon);
-
- // Called when progress is made on an extension's download.
- void OnDownloadProgress(const std::string& extension_id,
- int percent_downloaded);
-
- // Called when an extension fails to install.
- void OnInstallFailure(const std::string& extension_id);
-
private:
typedef std::vector<ExtensionAppItem*> Apps;

Powered by Google App Engine
This is Rietveld 408576698