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(); |