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

Unified Diff: trunk/src/chrome/browser/extensions/api/mdns/dns_sd_registry.cc

Issue 23945003: Revert 221619 "Initial chrome.mdns API." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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: trunk/src/chrome/browser/extensions/api/mdns/dns_sd_registry.cc
===================================================================
--- trunk/src/chrome/browser/extensions/api/mdns/dns_sd_registry.cc (revision 221667)
+++ trunk/src/chrome/browser/extensions/api/mdns/dns_sd_registry.cc (working copy)
@@ -1,28 +0,0 @@
-// Copyright 2013 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/extensions/api/mdns/dns_sd_registry.h"
-
-namespace extensions {
-
-DnsSdRegistry::DnsSdRegistry() {}
-DnsSdRegistry::~DnsSdRegistry() {}
-
-void DnsSdRegistry::AddObserver(DnsSdObserver* observer) {
- observers_.AddObserver(observer);
-}
-
-void DnsSdRegistry::RemoveObserver(DnsSdObserver* observer) {
- observers_.RemoveObserver(observer);
-}
-
-void DnsSdRegistry::RegisterDnsSdListener(std::string service_type) {
- // TODO(mfoltz): Start DNS-SD service.
-}
-
-void DnsSdRegistry::UnregisterDnsSdListener(std::string service_type) {
- // TODO(mfoltz): Stop DNS-SD service.
-}
-
-} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698