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

Unified Diff: content/browser/media/session/mock_media_session_observer.cc

Issue 2612293003: [MediaSession] Don't reset metadata and actions when the session goes uncontrollable (Closed)
Patch Set: rebased Created 3 years, 11 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
« no previous file with comments | « content/browser/media/session/mock_media_session_observer.h ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/session/mock_media_session_observer.cc
diff --git a/content/browser/media/session/mock_media_session_observer.cc b/content/browser/media/session/mock_media_session_observer.cc
new file mode 100644
index 0000000000000000000000000000000000000000..471e84851d87a79f36f083e67adec5d8084e5037
--- /dev/null
+++ b/content/browser/media/session/mock_media_session_observer.cc
@@ -0,0 +1,14 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/browser/media/session/mock_media_session_observer.h"
+
+namespace content {
+
+MockMediaSessionObserver::MockMediaSessionObserver(MediaSession* media_session)
+ : MediaSessionObserver(media_session) {}
+
+MockMediaSessionObserver::~MockMediaSessionObserver() = default;
+
+} // content
« no previous file with comments | « content/browser/media/session/mock_media_session_observer.h ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698