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

Unified Diff: chrome/browser/media/router/media_sink.cc

Issue 2666873006: [Media Router] Convert to use typemaps for media_router.mojom. (Closed)
Patch Set: Remove DCHECK since tests are hitting the code path Created 3 years, 10 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 | « chrome/browser/media/router/media_sink.h ('k') | chrome/browser/media/router/media_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/media_sink.cc
diff --git a/chrome/browser/media/router/media_sink.cc b/chrome/browser/media/router/media_sink.cc
index 1e4892f7408b0a5b25d84d04df3ed6f48f7e9237..96864354a79fb293077637247966f33bd0384a23 100644
--- a/chrome/browser/media/router/media_sink.cc
+++ b/chrome/browser/media/router/media_sink.cc
@@ -16,6 +16,8 @@ MediaSink::MediaSink(const MediaSink::Id& sink_id,
MediaSink::MediaSink(const MediaSink& other) = default;
+MediaSink::MediaSink() {}
+
MediaSink::~MediaSink() {
}
« no previous file with comments | « chrome/browser/media/router/media_sink.h ('k') | chrome/browser/media/router/media_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698