Chromium Code Reviews| 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..b493120789364e6d4a8d4361a052153f6aae85f3 100644 |
| --- a/ios/chrome/browser/ui/activity_services/activity_type_util.h |
| +++ b/ios/chrome/browser/ui/activity_services/activity_type_util.h |
| @@ -59,8 +59,8 @@ NSNumber* PasswordAppExActivityVersion(NSString* activityString); |
| bool IsPasswordAppExActivity(NSString* activityString); |
| // Returns the message to present when the activity |type| successfully |
|
pkl (ping after 24h if needed)
2017/03/14 21:13:34
s/successfully completed/has completed/
jif
2017/03/15 10:41:18
Done.
|
| -// occurred. Returns nil if no message should be presented. |
| -NSString* SuccessMessageForActivity(ActivityType type); |
| +// completed. Returns nil if no message should be presented. |
| +NSString* CompletionMessageForActivity(ActivityType type); |
| // Records the UMA for activity |type|. |
| void RecordMetricForActivity(ActivityType type); |