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

Unified Diff: ui/app_list/app_list_item_model_observer.h

Issue 12208040: [win] Add a progress bar in the app launcher for app installs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linux compile 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
« no previous file with comments | « ui/app_list/app_list_item_model.cc ('k') | ui/app_list/views/app_list_item_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_item_model_observer.h
diff --git a/ui/app_list/app_list_item_model_observer.h b/ui/app_list/app_list_item_model_observer.h
index 0e5f99d207aa133e946272a6e2dc5c31dfb1d8f3..80abb3989b59b5c44f9754c2ad998899d8fd5eb3 100644
--- a/ui/app_list/app_list_item_model_observer.h
+++ b/ui/app_list/app_list_item_model_observer.h
@@ -20,6 +20,12 @@ class APP_LIST_EXPORT AppListItemModelObserver {
// Invoked after item's highlighted state is changed.
virtual void ItemHighlightedChanged() = 0;
+ // Invoked after item begins or finishes installing.
+ virtual void ItemIsInstallingChanged() = 0;
+
+ // Invoked after item's download percentage changes.
+ virtual void ItemPercentDownloadedChanged() = 0;
+
protected:
virtual ~AppListItemModelObserver() {}
};
« no previous file with comments | « ui/app_list/app_list_item_model.cc ('k') | ui/app_list/views/app_list_item_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698