| Index: ash/common/shell_delegate.h
|
| diff --git a/ash/common/shell_delegate.h b/ash/common/shell_delegate.h
|
| index e7f15a22450f2eb8edd2db18aa9687238a9bcade..f63aefa62447c6a1764c42d870177b8cf4a0d9db 100644
|
| --- a/ash/common/shell_delegate.h
|
| +++ b/ash/common/shell_delegate.h
|
| @@ -44,7 +44,6 @@ namespace ash {
|
| class AccessibilityDelegate;
|
| class GPUSupport;
|
| class MediaDelegate;
|
| -class NewWindowDelegate;
|
| class PaletteDelegate;
|
| class SessionStateDelegate;
|
| class ShelfDelegate;
|
| @@ -124,9 +123,6 @@ class ASH_EXPORT ShellDelegate {
|
| // Creates a accessibility delegate. Shell takes ownership of the delegate.
|
| virtual AccessibilityDelegate* CreateAccessibilityDelegate() = 0;
|
|
|
| - // Creates an application delegate. Shell takes ownership of the delegate.
|
| - virtual NewWindowDelegate* CreateNewWindowDelegate() = 0;
|
| -
|
| // Creates a media delegate. Shell takes ownership of the delegate.
|
| virtual MediaDelegate* CreateMediaDelegate() = 0;
|
|
|
|
|