| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index 84134ca74f52c36320af08e60412a054bddcd67e..b8da2d511d5a8702c1809fdb8fac655faea207bb 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -38,7 +38,6 @@ class Widget;
|
| namespace ash {
|
|
|
| class AccessibilityDelegate;
|
| -class ContainerDelegate;
|
| class GPUSupport;
|
| class MediaDelegate;
|
| class NewWindowDelegate;
|
| @@ -145,8 +144,6 @@ class ASH_EXPORT ShellDelegate {
|
| virtual std::unique_ptr<PointerWatcherDelegate>
|
| CreatePointerWatcherDelegate() = 0;
|
|
|
| - virtual std::unique_ptr<ContainerDelegate> CreateContainerDelegate() = 0;
|
| -
|
| // Creates a menu model for the |wm_shelf| and optional shelf |item|.
|
| // If |item| is null, this creates a context menu for the desktop or shelf.
|
| virtual ui::MenuModel* CreateContextMenu(WmShelf* wm_shelf,
|
|
|