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

Unified Diff: ash/launcher/launcher_model.h

Issue 10827420: Revert 152221 - chromeos: Sync animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « ash/launcher/launcher_button.cc ('k') | ash/launcher/launcher_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_model.h
===================================================================
--- ash/launcher/launcher_model.h (revision 152351)
+++ ash/launcher/launcher_model.h (working copy)
@@ -22,12 +22,6 @@
// Model used by LauncherView.
class ASH_EXPORT LauncherModel {
public:
- enum Status {
- STATUS_NORMAL,
- // A status that indicates apps are syncing/loading.
- STATUS_LOADING,
- };
-
LauncherModel();
~LauncherModel();
@@ -62,9 +56,6 @@
const LauncherItems& items() const { return items_; }
int item_count() const { return static_cast<int>(items_.size()); }
- void SetStatus(Status status);
- Status status() const { return status_; }
-
void AddObserver(LauncherModelObserver* observer);
void RemoveObserver(LauncherModelObserver* observer);
@@ -77,7 +68,6 @@
// ID assigned to the next item.
LauncherID next_id_;
LauncherItems items_;
- Status status_;
ObserverList<LauncherModelObserver> observers_;
DISALLOW_COPY_AND_ASSIGN(LauncherModel);
« no previous file with comments | « ash/launcher/launcher_button.cc ('k') | ash/launcher/launcher_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698