summaryrefslogtreecommitdiffstats
path: root/content/browser/streams/stream_url_request_job.cc
diff options
context:
space:
mode:
authoretienneb@chromium.org <etienneb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-14 04:33:21 +0000
committeretienneb@chromium.org <etienneb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-14 04:33:21 +0000
commit1a7dede0540b2e64d19b413b9dc1a28eacbd5e8d (patch)
tree9f874acbf849785f4208ed3037e57ebdf6b23fe0 /content/browser/streams/stream_url_request_job.cc
parent6e203462a27bb3a1d2a78da941201a552a7712f5 (diff)
downloadchromium_src-1a7dede0540b2e64d19b413b9dc1a28eacbd5e8d.zip
chromium_src-1a7dede0540b2e64d19b413b9dc1a28eacbd5e8d.tar.gz
chromium_src-1a7dede0540b2e64d19b413b9dc1a28eacbd5e8d.tar.bz2
Remove unused variable declaration.
This issue was found by a linter. R=zork@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/23101002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217476 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/streams/stream_url_request_job.cc')
-rw-r--r--content/browser/streams/stream_url_request_job.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/streams/stream_url_request_job.cc b/content/browser/streams/stream_url_request_job.cc
index e36c5d49..d2719a0 100644
--- a/content/browser/streams/stream_url_request_job.cc
+++ b/content/browser/streams/stream_url_request_job.cc
@@ -167,7 +167,6 @@ void StreamURLRequestJob::NotifyFailure(int error_code) {
// TODO(zork): Share these with BlobURLRequestJob.
net::HttpStatusCode status_code = net::HTTP_INTERNAL_SERVER_ERROR;
- std::string status_txt;
switch (error_code) {
case net::ERR_ACCESS_DENIED:
status_code = net::HTTP_FORBIDDEN;