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

Unified Diff: ash/shell.h

Issue 13993027: ash: Update app list button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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();

Powered by Google App Engine
This is Rietveld 408576698