| Index: chrome/browser/safe_browsing/download_protection_service.cc
|
| diff --git a/chrome/browser/safe_browsing/download_protection_service.cc b/chrome/browser/safe_browsing/download_protection_service.cc
|
| index a6cfef7d23d095c8454e1cda793e2e148c9a5178..76fff6936ee3851b1426d1cfcd3d4964ca0d45a9 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service.cc
|
| +++ b/chrome/browser/safe_browsing/download_protection_service.cc
|
| @@ -47,7 +47,7 @@
|
| using content::BrowserThread;
|
|
|
| namespace {
|
| -static const int64 kDownloadRequestTimeoutMs = 3000;
|
| +static const int64 kDownloadRequestTimeoutMs = 7000;
|
| } // namespace
|
|
|
| namespace safe_browsing {
|
|
|