summaryrefslogtreecommitdiffstats
path: root/content/browser/streams
diff options
context:
space:
mode:
authorpkasting <pkasting@chromium.org>2015-04-10 18:51:30 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-11 01:52:24 +0000
commit941842cc490245e6bca0fdde11528882f1a89f23 (patch)
tree12aa76c1291af35e94dfa9eafed7604265d4f21d /content/browser/streams
parent0551801d7124e6e156f2cf336c30ea27ca44ab9b (diff)
downloadchromium_src-941842cc490245e6bca0fdde11528882f1a89f23.zip
chromium_src-941842cc490245e6bca0fdde11528882f1a89f23.tar.gz
chromium_src-941842cc490245e6bca0fdde11528882f1a89f23.tar.bz2
Split bug 423948 into various sub-bugs and remove outdated instrumentation.
BUG=423948,455952,475751,475753,475755,475761 TEST=none TBR=jochen,rvargas,piman Review URL: https://codereview.chromium.org/1077973002 Cr-Commit-Position: refs/heads/master@{#324748}
Diffstat (limited to 'content/browser/streams')
-rw-r--r--content/browser/streams/stream_url_request_job.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/browser/streams/stream_url_request_job.cc b/content/browser/streams/stream_url_request_job.cc
index d526cb7..3d4ac7f 100644
--- a/content/browser/streams/stream_url_request_job.cc
+++ b/content/browser/streams/stream_url_request_job.cc
@@ -4,7 +4,6 @@
#include "content/browser/streams/stream_url_request_job.h"
-#include "base/profiler/scoped_tracker.h"
#include "base/strings/string_number_conversions.h"
#include "content/browser/streams/stream.h"
#include "net/base/io_buffer.h"
@@ -95,11 +94,6 @@ void StreamURLRequestJob::Kill() {
bool StreamURLRequestJob::ReadRawData(net::IOBuffer* buf,
int buf_size,
int* bytes_read) {
- // TODO(vadimt): Remove ScopedTracker below once crbug.com/423948 is fixed.
- tracked_objects::ScopedTracker tracking_profile(
- FROM_HERE_WITH_EXPLICIT_FUNCTION(
- "423948 StreamURLRequestJob::ReadRawData"));
-
if (request_failed_)
return true;