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

Unified Diff: chrome/browser/media/router/discovery/discovery_network_list_win.cc

Issue 2750453002: Add DiscoveryNetworkMonitor implementation (Closed)
Patch Set: Temporarily fix Windows and Mac compilation Created 3 years, 6 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
Index: chrome/browser/media/router/discovery/discovery_network_list_win.cc
diff --git a/chrome/browser/media/router/discovery/discovery_network_list_win.cc b/chrome/browser/media/router/discovery/discovery_network_list_win.cc
new file mode 100644
index 0000000000000000000000000000000000000000..a18dd909e08d0d4920ef55d19483baf6c4342ec6
--- /dev/null
+++ b/chrome/browser/media/router/discovery/discovery_network_list_win.cc
@@ -0,0 +1,10 @@
+// Copyright (c) 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/discovery/discovery_network_list.h"
+
+// TODO(btolsch): Implement this for Windows.
+std::vector<DiscoveryNetworkInfo> GetDiscoveryNetworkInfoList() {
+ return std::vector<DiscoveryNetworkInfo>();
+}

Powered by Google App Engine
This is Rietveld 408576698