From 58e029bbcc1e445ae01ed657cdc32673b7a60492 Mon Sep 17 00:00:00 2001 From: pkasting Date: Fri, 20 Feb 2015 21:17:28 -0800 Subject: Update instrumentation for many different bugs based on new UMA data. BUG=373841,455423,455434,455469,455884,455942,455952,456331,456373,457517,457525,457528 TEST=none TBR=jochen,mmenke,zea Review URL: https://codereview.chromium.org/946133002 Cr-Commit-Position: refs/heads/master@{#317501} --- google_apis/gcm/engine/connection_factory_impl.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'google_apis') diff --git a/google_apis/gcm/engine/connection_factory_impl.cc b/google_apis/gcm/engine/connection_factory_impl.cc index a8ec37f..218f833 100644 --- a/google_apis/gcm/engine/connection_factory_impl.cc +++ b/google_apis/gcm/engine/connection_factory_impl.cc @@ -7,7 +7,6 @@ #include "base/message_loop/message_loop.h" #include "base/metrics/histogram.h" #include "base/metrics/sparse_histogram.h" -#include "base/profiler/scoped_tracker.h" #include "google_apis/gcm/engine/connection_handler_impl.h" #include "google_apis/gcm/monitoring/gcm_stats_recorder.h" #include "google_apis/gcm/protocol/mcs.pb.h" @@ -343,10 +342,6 @@ base::TimeTicks ConnectionFactoryImpl::NowTicks() { } void ConnectionFactoryImpl::OnConnectDone(int result) { - // TODO(pkasting): Remove ScopedTracker below once crbug.com/455884 is fixed. - tracked_objects::ScopedTracker tracking_profile( - FROM_HERE_WITH_EXPLICIT_FUNCTION( - "455884 ConnectionFactoryImpl::OnConnectDone")); if (result != net::OK) { // If the connection fails, try another proxy. result = ReconsiderProxyAfterError(result); -- cgit v1.1