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

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

Issue 2820113002: Adds Enpass 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 41d0770666f2f771db15c1d80ef6ff8de3c5b099..4ec986d27c155dd1df8e86c1b6135e4a548ddade 100644
--- a/ios/chrome/browser/ui/activity_services/activity_type_util.mm
+++ b/ios/chrome/browser/ui/activity_services/activity_type_util.mm
@@ -40,7 +40,9 @@ bool IsPasswordManagerActivity(NSString* activity_string) {
// LastPass
{"com.lastpass.ilastpass.LastPassExt", true},
// Dashlane
- {"com.dashlane.dashlanephonefinal.", false}};
+ {"com.dashlane.dashlanephonefinal.", false},
+ // Enpass
+ {"in.sinew.Walletx.WalletxExt", 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