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

Unified Diff: blimp/client/core/feedback/blimp_feedback_data.h

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 | « blimp/client/core/feedback/BUILD.gn ('k') | blimp/client/core/feedback/blimp_feedback_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/feedback/blimp_feedback_data.h
diff --git a/blimp/client/core/feedback/blimp_feedback_data.h b/blimp/client/core/feedback/blimp_feedback_data.h
index 5cf7f1b4a38a0cf09fe1f9679140d6fec93e8c02..ad1a9a5366c89fc1dd3663e20ff0ed8e4cd5dc05 100644
--- a/blimp/client/core/feedback/blimp_feedback_data.h
+++ b/blimp/client/core/feedback/blimp_feedback_data.h
@@ -10,11 +10,16 @@
namespace blimp {
namespace client {
+class BlimpContentsManager;
+
// Denotes whether Blimp is supported in the current.
extern const char kFeedbackSupportedKey[];
+// Denotes whether there exists any visible BlimpContents.
+extern const char kFeedbackHasVisibleBlimpContents[];
// Creates a data object containing data about Blimp to be used for feedback.
-std::unordered_map<std::string, std::string> CreateBlimpFeedbackData();
+std::unordered_map<std::string, std::string> CreateBlimpFeedbackData(
+ BlimpContentsManager* blimp_contents_manager);
} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/core/feedback/BUILD.gn ('k') | blimp/client/core/feedback/blimp_feedback_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698