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

Unified Diff: ash/shell/shell_main.cc

Issue 9559005: aura: Implement app list M19 mock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use a better way to get ceiling Created 8 years, 10 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/shell/app_list.cc ('k') | ash/shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/shell_main.cc
diff --git a/ash/shell/shell_main.cc b/ash/shell/shell_main.cc
index 34611d3c93068ebc79adf4d35165cdabc8a0b037..19344b596cb8836c82d8ba56484527717c2003b2 100644
--- a/ash/shell/shell_main.cc
+++ b/ash/shell/shell_main.cc
@@ -178,10 +178,6 @@ class ShellDelegateImpl : public ash::ShellDelegate {
MessageLoopForUI::current()->Quit();
}
- virtual void BuildAppListModel(ash::AppListModel* model) OVERRIDE {
- ash::shell::BuildAppListModel(model);
- }
-
virtual ash::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE {
return ash::shell::CreateAppListViewDelegate();
}
« no previous file with comments | « ash/shell/app_list.cc ('k') | ash/shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698