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

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

Issue 2701633002: [Media Router] Add DialMediaSinkService and DeviceDescriptionService (Closed)
Patch Set: fix chromeos compile error Created 3 years, 8 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_service.h ('k') | chrome/common/media_router/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/media_sink_service.cc
diff --git a/chrome/browser/media/router/media_sink_service.cc b/chrome/browser/media/router/media_sink_service.cc
deleted file mode 100644
index 80f15a536d09855711b9bbabb2feb3e0c5c12690..0000000000000000000000000000000000000000
--- a/chrome/browser/media/router/media_sink_service.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-// 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 "chrome/browser/media/router/media_sink_service.h"
-
-namespace media_router {
-
-MediaSinkService::MediaSinkService(
- const OnSinksDiscoveredCallback& sinks_discovered_callback)
- : sinks_discovered_callback_(sinks_discovered_callback) {}
-
-MediaSinkService::~MediaSinkService() = default;
-
-} // namespace media_router
« no previous file with comments | « chrome/browser/media/router/media_sink_service.h ('k') | chrome/common/media_router/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698