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

Unified Diff: ash/launcher/launcher.h

Issue 9808026: Layout panels on top of their launcher icons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ununsed constanrs removed Created 8 years, 9 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.h
diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
index 12a1790299da2453dc6e007f9a60ae66cd1f9d11..5dc3d2c9b9bb479e598b9803c0f6feb4241ef70f 100644
--- a/ash/launcher/launcher.h
+++ b/ash/launcher/launcher.h
@@ -30,6 +30,7 @@ class FocusCycler;
class LauncherView;
}
+class LauncherIconsObserver;
class LauncherDelegate;
class LauncherModel;
@@ -54,6 +55,9 @@ class ASH_EXPORT Launcher : public internal::BackgroundAnimatorDelegate {
// Returns the screen bounds of the item for the specified window. If there is
// no item for the specified window an empty rect is returned.
gfx::Rect GetScreenBoundsOfItemIconForWindow(aura::Window* window);
+ void AddIconsObserver(LauncherIconsObserver* observer);
sky 2012/03/23 21:41:14 Add newline between 57/58.
+ void RemoveIconsObserver(LauncherIconsObserver* observer);
+
// Only to be called for testing. Retrieves the LauncherView.
internal::LauncherView* GetLauncherViewForTest();
« no previous file with comments | « ash/ash.gyp ('k') | ash/launcher/launcher.cc » ('j') | ash/launcher/launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698