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

Unified Diff: ash/launcher/launcher.h

Issue 10381018: ash: First pass of Applist v2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 7955b07f53d381e09a133fd8ac929bc49e696a72..3c11310a02007300a90119fbbf22f03949a748ed 100644
--- a/ash/launcher/launcher.h
+++ b/ash/launcher/launcher.h
@@ -20,6 +20,7 @@ class Rect;
}
namespace views {
+class View;
class Widget;
}
@@ -63,6 +64,8 @@ class ASH_EXPORT Launcher : public internal::BackgroundAnimatorDelegate {
// Returns true if the Launcher is showing a context menu.
bool IsShowingMenu() const;
+ views::View* GetAppListButtonView() const;
+
// Only to be called for testing. Retrieves the LauncherView.
// TODO(sky): remove this!
internal::LauncherView* GetLauncherViewForTest();

Powered by Google App Engine
This is Rietveld 408576698