Disable-the-DIAL-repeating-discovery.patch
This commit is contained in:
parent
4461d594b7
commit
382fe6acb7
1 changed files with 6 additions and 2 deletions
|
@ -3,10 +3,11 @@ Date: Sun, 23 Aug 2020 14:32:55 -0500
|
|||
Subject: Disable the DIAL repeating discovery
|
||||
|
||||
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
|
||||
index 6fdc21949f..251e3ae2f2 100644
|
||||
--- a/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() {
|
||||
|
@ -29,3 +30,6 @@ index 6fdc21949f..251e3ae2f2 100644
|
|||
dial_->RemoveObserver(this);
|
||||
ClearDialService();
|
||||
}
|
||||
--
|
||||
2.17.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue