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

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

Issue 2826463002: Adds Secrets Password Manager to kAllPasswordManagerApps (Closed)
Patch Set: rebase Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/activity_services/activity_type_util.mm
diff --git a/ios/chrome/browser/ui/activity_services/activity_type_util.mm b/ios/chrome/browser/ui/activity_services/activity_type_util.mm
index 4ec986d27c155dd1df8e86c1b6135e4a548ddade..15b3a96bc6f8394bcf9fd1ddcb082cedc1952910 100644
--- a/ios/chrome/browser/ui/activity_services/activity_type_util.mm
+++ b/ios/chrome/browser/ui/activity_services/activity_type_util.mm
@@ -42,7 +42,9 @@ bool IsPasswordManagerActivity(NSString* activity_string) {
// Dashlane
{"com.dashlane.dashlanephonefinal.", false},
// Enpass
- {"in.sinew.Walletx.WalletxExt", true}};
+ {"in.sinew.Walletx.WalletxExt", true},
+ // Secrets touch
+ {"com.outercorner.ios.Secrets.Search", true}};
std::string activity = base::SysNSStringToUTF8(activity_string);
for (const auto& app : kAllPasswordManagerApps) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698