| Index: chrome/browser/download/download_request_limiter_unittest.cc
|
| diff --git a/chrome/browser/download/download_request_limiter_unittest.cc b/chrome/browser/download/download_request_limiter_unittest.cc
|
| index 958b8f0989af6cf9378f29f7e692f59220684156..f9b46325bd3bd4a49d36a13c5fd807bc903ab3a7 100644
|
| --- a/chrome/browser/download/download_request_limiter_unittest.cc
|
| +++ b/chrome/browser/download/download_request_limiter_unittest.cc
|
| @@ -71,6 +71,7 @@
|
| PermissionBubbleManager* manager =
|
| PermissionBubbleManager::FromWebContents(web_contents());
|
| manager->SetView(view_.get());
|
| + manager->SetCoalesceIntervalForTesting(0);
|
|
|
| testing_action_ = ACCEPT;
|
| ask_allow_count_ = cancel_count_ = continue_count_ = 0;
|
|
|