| Index: ios/chrome/browser/ui/activity_services/activity_type_util.h
|
| diff --git a/ios/chrome/browser/ui/activity_services/activity_type_util.h b/ios/chrome/browser/ui/activity_services/activity_type_util.h
|
| index 73b48548780091f0c24017ff10b5e12429a22d93..1a9672456ea52e3b1844731e3805faf0bf2f79d5 100644
|
| --- a/ios/chrome/browser/ui/activity_services/activity_type_util.h
|
| +++ b/ios/chrome/browser/ui/activity_services/activity_type_util.h
|
| @@ -58,9 +58,9 @@ NSNumber* PasswordAppExActivityVersion(NSString* activityString);
|
| // App Extension.
|
| bool IsPasswordAppExActivity(NSString* activityString);
|
|
|
| -// Returns the message to present when the activity |type| successfully
|
| -// occurred. Returns nil if no message should be presented.
|
| -NSString* SuccessMessageForActivity(ActivityType type);
|
| +// Returns the message to present when the activity |type| has completed
|
| +// successfully. Returns nil if no message should be presented.
|
| +NSString* CompletionMessageForActivity(ActivityType type);
|
|
|
| // Records the UMA for activity |type|.
|
| void RecordMetricForActivity(ActivityType type);
|
|
|