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

Unified Diff: blimp/client/core/context/blimp_client_context_impl_unittest.cc

Issue 2485323002: Fix delegate check BlimpClientContextImpl::SetDelegate (Closed)
Patch Set: Created 4 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 | « blimp/client/core/context/blimp_client_context_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/context/blimp_client_context_impl_unittest.cc
diff --git a/blimp/client/core/context/blimp_client_context_impl_unittest.cc b/blimp/client/core/context/blimp_client_context_impl_unittest.cc
index 9b2e6c4214b4f03314964871876aa7c6ba5fe634..1a4681ee798ba3e189917e61a649cd61a5a45268 100644
--- a/blimp/client/core/context/blimp_client_context_impl_unittest.cc
+++ b/blimp/client/core/context/blimp_client_context_impl_unittest.cc
@@ -84,6 +84,7 @@ TEST_F(BlimpClientContextImplTest,
blimp_client_context.CreateBlimpContents(window_);
DCHECK(blimp_contents);
DCHECK_EQ(blimp_contents.get(), attached_blimp_contents);
+ blimp_client_context.SetDelegate(nullptr);
}
} // namespace
« no previous file with comments | « blimp/client/core/context/blimp_client_context_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698