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

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

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
Index: blimp/client/core/blimp_client_context_impl.h
diff --git a/blimp/client/core/blimp_client_context_impl.h b/blimp/client/core/blimp_client_context_impl.h
index 8ee0f2a3027965c1e8dcc8724f157c20b086b2cd..dee8bd6a5161c34337de1b95c8ad99f55f4c5ed0 100644
--- a/blimp/client/core/blimp_client_context_impl.h
+++ b/blimp/client/core/blimp_client_context_impl.h
@@ -7,6 +7,7 @@
#include <memory>
#include <string>
+#include <unordered_map>
#include "base/macros.h"
#include "base/memory/ref_counted.h"
@@ -62,6 +63,9 @@ class BlimpClientContextImpl
void Connect() override;
void ConnectWithAssignment(const Assignment& assignment) override;
+ // Creates a data object containing data about Blimp to be used for feedback.
+ std::unordered_map<std::string, std::string> CreateFeedbackData();
+
protected:
// Returns the URL to use for connections to the assigner. Used to construct
// the AssignmentSource.

Powered by Google App Engine
This is Rietveld 408576698