| 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 ad1a9a5366c89fc1dd3663e20ff0ed8e4cd5dc05..b59a7fa7177b6a6a84efe7560b04ef4e1978b539 100644
|
| --- a/blimp/client/core/feedback/blimp_feedback_data.h
|
| +++ b/blimp/client/core/feedback/blimp_feedback_data.h
|
| @@ -16,10 +16,13 @@ class BlimpContentsManager;
|
| extern const char kFeedbackSupportedKey[];
|
| // Denotes whether there exists any visible BlimpContents.
|
| extern const char kFeedbackHasVisibleBlimpContents[];
|
| +// Denotes the user name for the current logged in user.
|
| +extern const char kFeedbackUserNameKey[];
|
|
|
| // Creates a data object containing data about Blimp to be used for feedback.
|
| std::unordered_map<std::string, std::string> CreateBlimpFeedbackData(
|
| - BlimpContentsManager* blimp_contents_manager);
|
| + BlimpContentsManager* blimp_contents_manager,
|
| + const std::string& username);
|
|
|
| } // namespace client
|
| } // namespace blimp
|
|
|