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

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

Issue 2823883002: List Password Manager extensions in a static data structure (Closed)
Patch Set: removed dead comment 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 | « ios/chrome/browser/ui/activity_services/appex_constants.h ('k') | 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/appex_constants.mm
diff --git a/ios/chrome/browser/ui/activity_services/appex_constants.mm b/ios/chrome/browser/ui/activity_services/appex_constants.mm
index 1025f7f7886a056618394f7fa24af50e91975b56..c0428c1c526fbea64ab6a150e9572c6329c17091 100644
--- a/ios/chrome/browser/ui/activity_services/appex_constants.mm
+++ b/ios/chrome/browser/ui/activity_services/appex_constants.mm
@@ -22,11 +22,4 @@ NSNumber* const kPasswordAppExVersionNumber = @110;
NSString* const kUTTypeAppExtensionFindLoginAction =
@"org.appextension.chrome-password-action";
-// Known App Extensions.
-NSString* const kAppExtensionOnePassword =
- @"com.agilebits.onepassword-ios.extension";
-NSString* const kAppExtensionLastPass = @"com.lastpass.ilastpass.LastPassExt";
-NSString* const kAppExtensionDashlanePrefix =
- @"com.dashlane.dashlanephonefinal.";
-
} // namespace activity_services
« no previous file with comments | « ios/chrome/browser/ui/activity_services/appex_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698