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

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: Pre-patch with tests Created 8 years, 8 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 ebc56b8353409fe7cb407718621c1dc0537055d0..7955b07f53d381e09a133fd8ac929bc49e696a72 100644
--- a/ash/launcher/launcher.h
+++ b/ash/launcher/launcher.h
@@ -30,6 +30,7 @@ class FocusCycler;
class LauncherView;
}
+class LauncherIconObserver;
class LauncherDelegate;
class LauncherModel;
@@ -56,6 +57,9 @@ class ASH_EXPORT Launcher : public internal::BackgroundAnimatorDelegate {
// no item for the specified window an empty rect is returned.
gfx::Rect GetScreenBoundsOfItemIconForWindow(aura::Window* window);
+ void AddIconObserver(LauncherIconObserver* observer);
+ void RemoveIconObserver(LauncherIconObserver* observer);
+
// Returns true if the Launcher is showing a context menu.
bool IsShowingMenu() const;
« no previous file with comments | « ash/ash.gyp ('k') | ash/launcher/launcher.cc » ('j') | ash/wm/panel_layout_manager_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698