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

Unified Diff: blimp/client/core/blimp_client_context_impl.cc

Issue 2371503002: Add Blimp feedback data about visible BlimpContents. (Closed)
Patch Set: Cleanup BlimpContentsManagerTest. Created 4 years, 3 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/core/blimp_client_context_impl.cc
diff --git a/blimp/client/core/blimp_client_context_impl.cc b/blimp/client/core/blimp_client_context_impl.cc
index 6e549e62b57cc9f0efaa9b72578f4eeb8017a99c..4bd2af09b6811ce5ae26e9b8333414cf35cb556c 100644
--- a/blimp/client/core/blimp_client_context_impl.cc
+++ b/blimp/client/core/blimp_client_context_impl.cc
@@ -150,7 +150,7 @@ void BlimpClientContextImpl::ConnectWithAssignment(
std::unordered_map<std::string, std::string>
BlimpClientContextImpl::CreateFeedbackData() {
- return CreateBlimpFeedbackData();
+ return CreateBlimpFeedbackData(blimp_contents_manager_.get());
}
void BlimpClientContextImpl::OnAuthTokenReceived(

Powered by Google App Engine
This is Rietveld 408576698