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

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

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
Index: ios/chrome/browser/ui/activity_services/appex_constants.h
diff --git a/ios/chrome/browser/ui/activity_services/appex_constants.h b/ios/chrome/browser/ui/activity_services/appex_constants.h
index 30663b810fa88dd630680fc08d61cd5bc3a21c43..a476a6295d19cda52807eba2a7f9bc753887ec96 100644
--- a/ios/chrome/browser/ui/activity_services/appex_constants.h
+++ b/ios/chrome/browser/ui/activity_services/appex_constants.h
@@ -33,15 +33,6 @@ extern NSNumber* const kPasswordAppExVersionNumber;
// the App Extension.
extern NSString* const kUTTypeAppExtensionFindLoginAction;
-// Signature for 1Password App Extension
-extern NSString* const kAppExtensionOnePassword;
-
-// Signature for LastPass App Extension
-extern NSString* const kAppExtensionLastPass;
-
-// Prefix of signature for Dashlane App Extension
-extern NSString* const kAppExtensionDashlanePrefix;
-
} // namespace activity_services
#endif // IOS_CHROME_BROWSER_UI_ACTIVITY_SERVICES_APPEX_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698