|
@@ -3,10 +3,11 @@ Date: Sun, 23 Aug 2020 14:32:55 -0500
|
|
Subject: Disable the DIAL repeating discovery
|
|
Subject: Disable the DIAL repeating discovery
|
|
|
|
|
|
This causes unnecessary SSDP network spam
|
|
This causes unnecessary SSDP network spam
|
|
-FILE:Disable-the-DIAL-repeating-discovery.patch
|
|
|
|
---
|
|
---
|
|
|
|
+ chrome/browser/media/router/discovery/dial/dial_registry.cc | 6 ------
|
|
|
|
+ 1 file changed, 6 deletions(-)
|
|
|
|
+
|
|
diff --git a/chrome/browser/media/router/discovery/dial/dial_registry.cc b/chrome/browser/media/router/discovery/dial/dial_registry.cc
|
|
diff --git a/chrome/browser/media/router/discovery/dial/dial_registry.cc b/chrome/browser/media/router/discovery/dial/dial_registry.cc
|
|
-index 6fdc21949f..251e3ae2f2 100644
|
|
|
|
--- a/chrome/browser/media/router/discovery/dial/dial_registry.cc
|
|
--- a/chrome/browser/media/router/discovery/dial/dial_registry.cc
|
|
+++ b/chrome/browser/media/router/discovery/dial/dial_registry.cc
|
|
+++ b/chrome/browser/media/router/discovery/dial/dial_registry.cc
|
|
@@ -192,10 +192,6 @@ void DialRegistry::StartPeriodicDiscovery() {
|
|
@@ -192,10 +192,6 @@ void DialRegistry::StartPeriodicDiscovery() {
|
|
@@ -29,3 +30,6 @@ index 6fdc21949f..251e3ae2f2 100644
|
|
dial_->RemoveObserver(this);
|
|
dial_->RemoveObserver(this);
|
|
ClearDialService();
|
|
ClearDialService();
|
|
}
|
|
}
|
|
|
|
+--
|
|
|
|
+2.17.1
|
|
|
|
+
|