diff options
author | paul@chromium.org <paul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-19 19:33:15 +0000 |
---|---|---|
committer | paul@chromium.org <paul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-19 19:33:15 +0000 |
commit | b3c6b7f71bb588570107770b42c00480abe221b6 (patch) | |
tree | b8432323e3ccc6b26e69a046d514b490a1090fda /chrome/common/temp_scaffolding_stubs.cc | |
parent | 3a41a4a57beaf79e1c2a00a0738e918b4f138f7a (diff) | |
download | chromium_src-b3c6b7f71bb588570107770b42c00480abe221b6.zip chromium_src-b3c6b7f71bb588570107770b42c00480abe221b6.tar.gz chromium_src-b3c6b7f71bb588570107770b42c00480abe221b6.tar.bz2 |
Enable DownloadRequestManager for Mac.
DownloadRequestManager is the object that manages the number of downloads
that can occur in a given tab. It throttles non-user initiated downloads
to prevent carpet-bombing download attacks.
Enabling this object for Mac fixes the issue where we can only download
one file in a given tab.
BUG=None (mac work).
TEST=Can now download more than one item in a tab.
Review URL: http://codereview.chromium.org/132039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18840 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.cc')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc index 5aa41e5..a435d03 100644 --- a/chrome/common/temp_scaffolding_stubs.cc +++ b/chrome/common/temp_scaffolding_stubs.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "temp_scaffolding_stubs.h" +#include "chrome/common/temp_scaffolding_stubs.h" #include "build/build_config.h" |