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

Unified Diff: ios/chrome/browser/ui/activity_services/activity_type_util.h

Issue 2752643004: Stop showing snackbar with success message when sharing with Chrome iOS. (Closed)
Patch Set: Created 3 years, 9 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
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);

Powered by Google App Engine
This is Rietveld 408576698