| 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_
|
|
|