summaryrefslogtreecommitdiffstats
path: root/jingle
diff options
context:
space:
mode:
authorpkasting <pkasting@chromium.org>2015-02-20 21:17:28 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-21 05:18:15 +0000
commit58e029bbcc1e445ae01ed657cdc32673b7a60492 (patch)
tree98d70d1763f5ab8ab447cfd09a587e3e1ab4ff17 /jingle
parent7dedd3df7c361552da995fa3a2b6d067bc778168 (diff)
downloadchromium_src-58e029bbcc1e445ae01ed657cdc32673b7a60492.zip
chromium_src-58e029bbcc1e445ae01ed657cdc32673b7a60492.tar.gz
chromium_src-58e029bbcc1e445ae01ed657cdc32673b7a60492.tar.bz2
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}
Diffstat (limited to 'jingle')
-rw-r--r--jingle/glue/proxy_resolving_client_socket.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/jingle/glue/proxy_resolving_client_socket.cc b/jingle/glue/proxy_resolving_client_socket.cc
index 916f417..0b35559d 100644
--- a/jingle/glue/proxy_resolving_client_socket.cc
+++ b/jingle/glue/proxy_resolving_client_socket.cc
@@ -9,7 +9,6 @@
#include "base/bind_helpers.h"
#include "base/compiler_specific.h"
#include "base/logging.h"
-#include "base/profiler/scoped_tracker.h"
#include "net/base/io_buffer.h"
#include "net/base/load_flags.h"
#include "net/base/net_errors.h"
@@ -215,10 +214,6 @@ void ProxyResolvingClientSocket::ProcessProxyResolveDone(int status) {
}
void ProxyResolvingClientSocket::ProcessConnectDone(int status) {
- // TODO(pkasting): Remove ScopedTracker below once crbug.com/455884 is fixed.
- tracked_objects::ScopedTracker tracking_profile(
- FROM_HERE_WITH_EXPLICIT_FUNCTION(
- "455884 ProxyResolvingClientSocket::ProcessConnectDone"));
if (status != net::OK) {
// If the connection fails, try another proxy.
status = ReconsiderProxyAfterError(status);