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

Unified Diff: components/password_manager/core/browser/password_manager_settings_migration_experiment.h

Issue 2472363002: Remove experiment support for PasswordManagerSettingsBehaviourChange (Closed)
Patch Set: Fix punctuation Created 4 years, 1 month 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: components/password_manager/core/browser/password_manager_settings_migration_experiment.h
diff --git a/components/password_manager/core/browser/password_manager_settings_migration_experiment.h b/components/password_manager/core/browser/password_manager_settings_migration_experiment.h
index 365f222b48440c7ac0d478eceb023584b736d40b..0dcbd1cb49a4bca59a5d0512730c14b273d24729 100644
--- a/components/password_manager/core/browser/password_manager_settings_migration_experiment.h
+++ b/components/password_manager/core/browser/password_manager_settings_migration_experiment.h
@@ -10,10 +10,6 @@ namespace password_manager {
// Returns true if settings migration should be active for the user.
bool IsSettingsMigrationActive();
-// Returns true if user participates in the experiment where password manager
-// stops autofilling the credentials when it's off.
-bool IsSettingsBehaviorChangeActive();
-
} // namespace password_manager
#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_SETTINGS_MIGRATOR_EXPERIMENT_H_

Powered by Google App Engine
This is Rietveld 408576698