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

Unified Diff: ash/launcher/launcher_model_observer.h

Issue 10829268: chromeos: Sync animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wrap up + rebase Created 8 years, 4 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: ash/launcher/launcher_model_observer.h
diff --git a/ash/launcher/launcher_model_observer.h b/ash/launcher/launcher_model_observer.h
index 5d73d1c786b635ab63348b8e7ae13b9f0d5c9328..4f7f5d5bfdab0e17091ee0853d4be6c2e61ef06e 100644
--- a/ash/launcher/launcher_model_observer.h
+++ b/ash/launcher/launcher_model_observer.h
@@ -25,10 +25,13 @@ class ASH_EXPORT LauncherModelObserver {
// of the arguments.
virtual void LauncherItemMoved(int start_index, int target_index) = 0;
- // Invoked when the the state of an item changes. |old_item| is the item
+ // Invoked when the state of an item changes. |old_item| is the item
// before the change.
virtual void LauncherItemChanged(int index, const LauncherItem& old_item) = 0;
+ // Invoked when the UI state of the model changes.
+ virtual void LauncherUIStateChanged() = 0;
+
protected:
virtual ~LauncherModelObserver() {}
};

Powered by Google App Engine
This is Rietveld 408576698