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

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: Addressed comments. 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..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);

Powered by Google App Engine
This is Rietveld 408576698