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

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

Issue 2362693003: Add framework for sending feedback for Blimp. (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 | « blimp/client/core/blimp_client_context_impl.h ('k') | blimp/client/core/feedback/BUILD.gn » ('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 2f207a811b5b58bfdfce2494ee2b281b6eaebb78..6e549e62b57cc9f0efaa9b72578f4eeb8017a99c 100644
--- a/blimp/client/core/blimp_client_context_impl.cc
+++ b/blimp/client/core/blimp_client_context_impl.cc
@@ -20,6 +20,7 @@
#include "blimp/client/core/contents/ime_feature.h"
#include "blimp/client/core/contents/navigation_feature.h"
#include "blimp/client/core/contents/tab_control_feature.h"
+#include "blimp/client/core/feedback/blimp_feedback_data.h"
#include "blimp/client/core/geolocation/geolocation_feature.h"
#include "blimp/client/core/render_widget/render_widget_feature.h"
#include "blimp/client/core/session/cross_thread_network_event_observer.h"
@@ -147,6 +148,11 @@ void BlimpClientContextImpl::ConnectWithAssignment(
base::Unretained(net_components_.get()), assignment));
}
+std::unordered_map<std::string, std::string>
+BlimpClientContextImpl::CreateFeedbackData() {
+ return CreateBlimpFeedbackData();
+}
+
void BlimpClientContextImpl::OnAuthTokenReceived(
const std::string& client_auth_token) {
if (!assignment_source_) {
« no previous file with comments | « blimp/client/core/blimp_client_context_impl.h ('k') | blimp/client/core/feedback/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698