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

Unified Diff: ash/shell_delegate.h

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/shell_main.cc ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 08caa35fa944aa576abb3cfea9b489b4ebd5437c..c5ec41b25b87c57d86593a34602fdbf8cc555b17 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -23,7 +23,6 @@ class Widget;
namespace ash {
-class AppListModel;
class AppListViewDelegate;
class LauncherDelegate;
class LauncherModel;
@@ -63,9 +62,6 @@ class ASH_EXPORT ShellDelegate {
// Invoked when a user uses Ctrl-Shift-Q to close chrome.
virtual void Exit() = 0;
- // Invoked to ask the delegate to populate the |model|.
- virtual void BuildAppListModel(AppListModel* model) = 0;
-
// Invoked to create an AppListViewDelegate. Shell takes the ownership of
// the created delegate.
virtual AppListViewDelegate* CreateAppListViewDelegate() = 0;
« no previous file with comments | « ash/shell/shell_main.cc ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698