Index: ash/shell_delegate.h |
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h |
index d41132b5f78e15aea6a50dccd126f28fce9a8102..98059a9420c7c678a56fa5a1e54ddf0575dd9f04 100644 |
--- a/ash/shell_delegate.h |
+++ b/ash/shell_delegate.h |
@@ -113,7 +113,7 @@ class ASH_EXPORT ShellDelegate { |
// Invoked to create an AppListViewDelegate. Shell takes the ownership of |
James Cook
2014/09/18 23:29:55
nit: Is "Shell takes ownership" still correct?
tapted
2014/09/19 00:49:01
good catch - thought I got all of these :). Change
|
// the created delegate. |
- virtual app_list::AppListViewDelegate* CreateAppListViewDelegate() = 0; |
+ virtual app_list::AppListViewDelegate* GetAppListViewDelegate() = 0; |
// Creates a new ShelfDelegate. Shell takes ownership of the returned |
// value. |