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

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

Issue 2371503002: Add Blimp feedback data about visible BlimpContents. (Closed)
Patch Set: Rebased for good measure 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
« no previous file with comments | « no previous file | blimp/client/core/compositor/blimp_compositor_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | blimp/client/core/compositor/blimp_compositor_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698