summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/resource_dispatcher_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host/resource_dispatcher_host.cc')
-rw-r--r--content/browser/renderer_host/resource_dispatcher_host.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/browser/renderer_host/resource_dispatcher_host.cc b/content/browser/renderer_host/resource_dispatcher_host.cc
index e09aa3e..d4f87b9 100644
--- a/content/browser/renderer_host/resource_dispatcher_host.cc
+++ b/content/browser/renderer_host/resource_dispatcher_host.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -908,8 +908,7 @@ void ResourceDispatcherHost::BeginDownload(
if (delegate_) {
handler = delegate_->DownloadStarting(
- handler, context, request, child_id, route_id, request_id_, true,
- false);
+ handler, context, request, child_id, route_id, request_id_, true);
}
if (!request_context->job_factory()->IsHandledURL(url)) {