Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: webkit/appcache/appcache_update_job_unittest.cc

Issue 8673008: base::Bind: Implement CancelableCallback to replace CancelableTaske. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test build fix. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/appcache/appcache_group_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_update_job_unittest.cc
diff --git a/webkit/appcache/appcache_update_job_unittest.cc b/webkit/appcache/appcache_update_job_unittest.cc
index c800cbacb2f4b63a211b4ac343b6861af8b3f7f5..4a18caaf0d5db7dc3915d87b26e755c5db6b6079 100644
--- a/webkit/appcache/appcache_update_job_unittest.cc
+++ b/webkit/appcache/appcache_update_job_unittest.cc
@@ -2488,7 +2488,7 @@ class AppCacheUpdateJobTest : public testing::Test,
// Delete update, causing it to finish, which should trigger a new update
// for the queued host and master entry after a delay.
delete update;
- EXPECT_TRUE(group_->restart_update_task_);
+ EXPECT_FALSE(group_->restart_update_task_.IsCancelled());
// Set up checks for when queued update job finishes.
do_checks_after_update_finished_ = true;
« no previous file with comments | « webkit/appcache/appcache_group_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698