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

Unified Diff: net/http/http_stream_factory_impl_job.h

Issue 2359803003: Job Controller: clean up metrics logging about the job racing result (Closed)
Patch Set: 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: net/http/http_stream_factory_impl_job.h
diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h
index 66633b170e861e3baf16aec94e0e6365fb0f29fc..10a31c9acd357dfb7e086635975fa8092b07bb4e 100644
--- a/net/http/http_stream_factory_impl_job.h
+++ b/net/http/http_stream_factory_impl_job.h
@@ -231,10 +231,6 @@ class HttpStreamFactoryImpl::Job {
const SSLConfig& proxy_ssl_config() const;
const ProxyInfo& proxy_info() const;
- // Called to indicate that this job succeeded, and some other jobs
- // will be orphaned.
- void ReportJobSucceededForRequest();
-
JobType job_type() const { return job_type_; }
const AlternativeService alternative_service() const {

Powered by Google App Engine
This is Rietveld 408576698