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

Unified Diff: ash/launcher/launcher.cc

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.cc
diff --git a/ash/launcher/launcher.cc b/ash/launcher/launcher.cc
index afb05dc85438d7cf715351a2a9c67e051b6b0697..10fa9c685ca554e87a71953b31547273571128d8 100644
--- a/ash/launcher/launcher.cc
+++ b/ash/launcher/launcher.cc
@@ -198,6 +198,10 @@ bool Launcher::IsShowingMenu() const {
return launcher_view_->IsShowingMenu();
}
+views::View* Launcher::GetAppListButtonView() const {
+ return launcher_view_->GetAppListButtonView();
+}
+
internal::LauncherView* Launcher::GetLauncherViewForTest() {
return launcher_view_;
}

Powered by Google App Engine
This is Rietveld 408576698