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

Unified Diff: chrome/browser/net/chrome_network_delegate.cc

Issue 2336043007: Domain Reliability: Don't crash on shutdown with uploads pending (Closed)
Patch Set: No, really. Created 4 years 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/net/chrome_network_delegate.cc
diff --git a/chrome/browser/net/chrome_network_delegate.cc b/chrome/browser/net/chrome_network_delegate.cc
index 3e96c884eaeefcc5f7327fd0aadeea53a2c0ce1d..38b9dcc335d0519c4363383733810b8c77aa3831 100644
--- a/chrome/browser/net/chrome_network_delegate.cc
+++ b/chrome/browser/net/chrome_network_delegate.cc
@@ -151,8 +151,7 @@ ChromeNetworkDelegate::ChromeNetworkDelegate(
force_google_safe_search_(nullptr),
force_youtube_restrict_(nullptr),
allowed_domains_for_apps_(nullptr),
- url_blacklist_manager_(nullptr),
- domain_reliability_monitor_(nullptr),
+ url_blacklist_manager_(NULL),
experimental_web_platform_features_enabled_(
base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableExperimentalWebPlatformFeatures)),

Powered by Google App Engine
This is Rietveld 408576698