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

Unified Diff: ash/common/cast_config_delegate.cc

Issue 2525563003: mash: Change CastConfigDelegate to a mojoified CastConfigClient. (Closed)
Patch Set: Now for the external apitests as well. 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/cast_config_delegate.cc
diff --git a/ash/common/cast_config_delegate.cc b/ash/common/cast_config_delegate.cc
deleted file mode 100644
index 53de51a1c0fdfef1522e70258d9a024eecc3768c..0000000000000000000000000000000000000000
--- a/ash/common/cast_config_delegate.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2015 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 "ash/common/cast_config_delegate.h"
-
-namespace ash {
-
-CastConfigDelegate::Sink::Sink() {}
-
-CastConfigDelegate::Sink::~Sink() {}
-
-CastConfigDelegate::Route::Route() {}
-
-CastConfigDelegate::Route::~Route() {}
-
-CastConfigDelegate::SinkAndRoute::SinkAndRoute() {}
-
-CastConfigDelegate::SinkAndRoute::~SinkAndRoute() {}
-
-} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698