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

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: rebase Created 8 years, 7 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/ash_switches.cc ('k') | ash/launcher/launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher.h
diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
index 7955b07f53d381e09a133fd8ac929bc49e696a72..e244d4c594f65e5411f653cc818469ba7b665ffc 100644
--- a/ash/launcher/launcher.h
+++ b/ash/launcher/launcher.h
@@ -6,10 +6,10 @@
#define ASH_LAUNCHER_LAUNCHER_H_
#pragma once
+#include "ash/ash_export.h"
#include "ash/launcher/background_animator.h"
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "ash/ash_export.h"
namespace aura {
class Window;
@@ -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();
« no previous file with comments | « ash/ash_switches.cc ('k') | ash/launcher/launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698