Loading build/patches/Disable-the-DIAL-repeating-discovery.patch +11 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ Subject: Disable the DIAL repeating discovery This causes unnecessary SSDP network spam --- chrome/browser/media/router/discovery/dial/dial_registry.cc | 4 ---- 1 file changed, 4 deletions(-) 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 --- a/chrome/browser/media/router/discovery/dial/dial_registry.cc Loading @@ -21,6 +21,15 @@ diff --git a/chrome/browser/media/router/discovery/dial/dial_registry.cc b/chrom } void DialRegistry::DoDiscovery() { @@ -209,8 +205,6 @@ void DialRegistry::StopPeriodicDiscovery if (!dial_) return; - repeating_timer_->Stop(); - repeating_timer_.reset(); dial_->RemoveObserver(this); ClearDialService(); } -- 2.17.1 Loading
build/patches/Disable-the-DIAL-repeating-discovery.patch +11 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ Subject: Disable the DIAL repeating discovery This causes unnecessary SSDP network spam --- chrome/browser/media/router/discovery/dial/dial_registry.cc | 4 ---- 1 file changed, 4 deletions(-) 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 --- a/chrome/browser/media/router/discovery/dial/dial_registry.cc Loading @@ -21,6 +21,15 @@ diff --git a/chrome/browser/media/router/discovery/dial/dial_registry.cc b/chrom } void DialRegistry::DoDiscovery() { @@ -209,8 +205,6 @@ void DialRegistry::StopPeriodicDiscovery if (!dial_) return; - repeating_timer_->Stop(); - repeating_timer_.reset(); dial_->RemoveObserver(this); ClearDialService(); } -- 2.17.1