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

Unified Diff: ash/shell.h

Issue 13993027: ash: Update app list button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for #1 Created 7 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
« no previous file with comments | « ash/resources/default_200_percent/common/launcher/launcher_appmenu_pressed.png ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 67551c8440ba896b75d038d59c41aab8768a7314..27e94a008313ee57d68700d26aa303abe7d47690 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -444,6 +444,10 @@ class ASH_EXPORT Shell
return launcher_model_.get();
}
+ internal::AppListController* app_list_controller() {
+ return app_list_controller_.get();
+ }
+
// Returns the launcher delegate, creating if necesary.
LauncherDelegate* GetLauncherDelegate();
« no previous file with comments | « ash/resources/default_200_percent/common/launcher/launcher_appmenu_pressed.png ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698