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

Unified Diff: ash/common/shell_delegate.h

Issue 2563643003: mash: Change the MediaDelegate to a Media{Controller,Client}. (Closed)
Patch Set: Comment fixes Created 4 years 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 d95f49acfeaf28ef1d65b3db5558ec4f3f24b363..c0070862436e66c84f2f0f2ce7ad4310ee4d3403 100644
--- a/ash/common/shell_delegate.h
+++ b/ash/common/shell_delegate.h
@@ -38,7 +38,6 @@ namespace ash {
class AccessibilityDelegate;
class GPUSupport;
-class MediaDelegate;
class PaletteDelegate;
class SessionStateDelegate;
class ShelfDelegate;
@@ -113,9 +112,6 @@ class ASH_EXPORT ShellDelegate {
// Creates a accessibility delegate. Shell takes ownership of the delegate.
virtual AccessibilityDelegate* CreateAccessibilityDelegate() = 0;
- // Creates a media delegate. Shell takes ownership of the delegate.
- virtual MediaDelegate* CreateMediaDelegate() = 0;
-
virtual std::unique_ptr<PaletteDelegate> CreatePaletteDelegate() = 0;
// Creates a menu model for the |wm_shelf| and optional shelf |item|.
« no previous file with comments | « ash/common/mojo_interface_factory.cc ('k') | ash/common/system/chromeos/media_security/media_capture_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698