| 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
|
|
|