Commit 8f4997ee authored by mattm@chromium.org's avatar mattm@chromium.org

Increase safebrowsing download check timeout.

BUG=378911

Review URL: https://codereview.chromium.org/306923005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273788 0039d316-1c4b-4281-b951-d872f2087c98
parent 19853497
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
using content::BrowserThread; using content::BrowserThread;
namespace { namespace {
static const int64 kDownloadRequestTimeoutMs = 3000; static const int64 kDownloadRequestTimeoutMs = 7000;
} // namespace } // namespace
namespace safe_browsing { namespace safe_browsing {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment