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

Unified Diff: ash/common/shell_delegate.h

Issue 2434463004: mash: Move directly linked NewWindowDelegate to mojom::NewWindowClient. (Closed)
Patch Set: Actually rename the browser test. Created 4 years, 2 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
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;

Powered by Google App Engine
This is Rietveld 408576698