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

Unified Diff: blimp/client/test/test_blimp_client_context_delegate.cc

Issue 2190753002: Add network setup code to BlimpClientContextImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split-blimp-client-session
Patch Set: addressed comments Created 4 years, 5 months 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
Index: blimp/client/test/test_blimp_client_context_delegate.cc
diff --git a/blimp/client/test/test_blimp_client_context_delegate.cc b/blimp/client/test/test_blimp_client_context_delegate.cc
index 590c21416fde5a7ce84b5ae359d6889f1b9aa9d9..334b0d1aab2b0cc4b8bcc9c6189008c74b18891a 100644
--- a/blimp/client/test/test_blimp_client_context_delegate.cc
+++ b/blimp/client/test/test_blimp_client_context_delegate.cc
@@ -9,20 +9,9 @@
namespace blimp {
namespace client {
-TestBlimpClientContextDelegate::TestBlimpClientContextDelegate()
- : blimp_contents_with_last_attached_helpers_() {}
+TestBlimpClientContextDelegate::TestBlimpClientContextDelegate() = default;
-TestBlimpClientContextDelegate::~TestBlimpClientContextDelegate() {}
-
-void TestBlimpClientContextDelegate::AttachBlimpContentsHelpers(
- BlimpContents* blimp_contents) {
- blimp_contents_with_last_attached_helpers_ = blimp_contents;
-}
-
-BlimpContents*
-TestBlimpClientContextDelegate::GetBlimpContentsWithLastAttachedHelpers() {
- return blimp_contents_with_last_attached_helpers_;
-}
+TestBlimpClientContextDelegate::~TestBlimpClientContextDelegate() = default;
} // namespace client
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698