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

Unified Diff: components/domain_reliability/monitor.h

Issue 2336043007: Domain Reliability: Don't crash on shutdown with uploads pending (Closed)
Patch Set: Initialize new raw pointer. Created 4 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: components/domain_reliability/monitor.h
diff --git a/components/domain_reliability/monitor.h b/components/domain_reliability/monitor.h
index 8fa3501b1f3e9a6cbffa058e759c826d0ce81369..318bdde8f73ff95d56cff4b92b820060867d04ac 100644
--- a/components/domain_reliability/monitor.h
+++ b/components/domain_reliability/monitor.h
@@ -89,6 +89,8 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityMonitor
const scoped_refptr<net::URLRequestContextGetter>&
url_request_context_getter);
+ void Shutdown();
+
// Populates the monitor with contexts that were configured at compile time.
void AddBakedInConfigs();

Powered by Google App Engine
This is Rietveld 408576698