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

Unified Diff: ash/shell_delegate.h

Issue 9479031: aura: Implement new app list mock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compilation error 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 55b1a687a9cc4fcf8872b94be668b98fc4e48547..d54152482d15556c92489e9406c51a3ab685b1be 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -22,7 +22,6 @@ class Widget;
namespace ash {
-class AppListModel;
class AppListViewDelegate;
class LauncherDelegate;
class LauncherModel;
@@ -61,9 +60,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