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

Unified Diff: ash/shelf/shelf_icon_observer.h

Issue 45973003: ash: Rename LauncherIconObserver to ShelfIconObserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 2 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_icon_observer.h ('k') | ash/shelf/shelf_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_icon_observer.h
diff --git a/ash/shelf/shelf_icon_observer.h b/ash/shelf/shelf_icon_observer.h
new file mode 100644
index 0000000000000000000000000000000000000000..897b5489febc064ae7fdffe0fd58bf2fe90a370d
--- /dev/null
+++ b/ash/shelf/shelf_icon_observer.h
@@ -0,0 +1,23 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef ASH_SHELF_SHELF_ICON_OBSERVER_H_
+#define ASH_SHELF_SHELF_ICON_OBSERVER_H_
+
+#include "ash/ash_export.h"
+
+namespace ash {
+
+class ASH_EXPORT ShelfIconObserver {
+ public:
+ // Invoked when any icon on shelf changes position.
+ virtual void OnShelfIconPositionsChanged() = 0;
+
+ protected:
+ virtual ~ShelfIconObserver() {}
+};
+
+} // namespace ash
+
+#endif // ASH_SHELF_SHELF_ICON_OBSERVER_H_
« no previous file with comments | « ash/launcher/launcher_icon_observer.h ('k') | ash/shelf/shelf_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698