credential_provider_migrator_app_agent.h 627 B

123456789101112131415
  1. // Copyright 2021 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef IOS_CHROME_APP_CREDENTIAL_PROVIDER_MIGRATOR_APP_AGENT_H_
  5. #define IOS_CHROME_APP_CREDENTIAL_PROVIDER_MIGRATOR_APP_AGENT_H_
  6. #import "ios/chrome/app/application_delegate/observing_app_state_agent.h"
  7. // The agent that kicks off the migration of passwords created in the credential
  8. // provider to the password manager.
  9. @interface CredentialProviderAppAgent : SceneObservingAppAgent
  10. @end
  11. #endif // IOS_CHROME_APP_CREDENTIAL_PROVIDER_MIGRATOR_APP_AGENT_H_