Commit 698cc262 authored by noelutz@google.com's avatar noelutz@google.com

Fix broken unit-test.

BUG=
TEST=

Review URL: http://codereview.chromium.org/8595011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110707 0039d316-1c4b-4281-b951-d872f2087c98
parent 445029fb
...@@ -661,8 +661,6 @@ TEST_F(DownloadProtectionServiceTest, TestDownloadRequestTimeout) { ...@@ -661,8 +661,6 @@ TEST_F(DownloadProtectionServiceTest, TestDownloadRequestTimeout) {
info, info,
base::Bind(&DownloadProtectionServiceTest::CheckDoneCallback, base::Bind(&DownloadProtectionServiceTest::CheckDoneCallback,
base::Unretained(this))); base::Unretained(this)));
// Run the message loop(s) until SendRequest is called.
FlushThreadMessageLoops();
// The request should time out because the HTTP request hasn't returned // The request should time out because the HTTP request hasn't returned
// anything yet. // anything yet.
......
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