| Index: components/password_manager/core/browser/password_manager_constants.h
|
| diff --git a/components/password_manager/core/browser/password_manager_settings_migration_experiment.h b/components/password_manager/core/browser/password_manager_constants.h
|
| similarity index 52%
|
| copy from components/password_manager/core/browser/password_manager_settings_migration_experiment.h
|
| copy to components/password_manager/core/browser/password_manager_constants.h
|
| index 365f222b48440c7ac0d478eceb023584b736d40b..112ce7cf44810b59dc01c779b519005fea477eab 100644
|
| --- a/components/password_manager/core/browser/password_manager_settings_migration_experiment.h
|
| +++ b/components/password_manager/core/browser/password_manager_constants.h
|
| @@ -2,18 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_SETTINGS_MIGRATOR_EXPERIMENT_H_
|
| -#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_SETTINGS_MIGRATOR_EXPERIMENT_H_
|
| +#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_CONSTANTS_H_
|
| +#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_CONSTANTS_H_
|
|
|
| -namespace password_manager {
|
| +#include "base/files/file_path.h"
|
|
|
| -// Returns true if settings migration should be active for the user.
|
| -bool IsSettingsMigrationActive();
|
| +namespace password_manager {
|
|
|
| -// Returns true if user participates in the experiment where password manager
|
| -// stops autofilling the credentials when it's off.
|
| -bool IsSettingsBehaviorChangeActive();
|
| +extern const base::FilePath::CharType kAffiliationDatabaseFileName[];
|
| +extern const base::FilePath::CharType kLoginDataFileName[];
|
|
|
| } // namespace password_manager
|
|
|
| -#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_SETTINGS_MIGRATOR_EXPERIMENT_H_
|
| +#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_CONSTANTS_H_
|
|
|