Add RecoveryFactorBehavior policy
This policy specifies whether the account recovery service is
activated for users on Chrome OS devices.
Bug: b/239804907
Change-Id: I9dbe4cb242f37105ba76c1d434d85c3c4016abfa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3834596
Reviewed-by: Maksim Ivanov <[email protected]>
Commit-Queue: Anastasiia N <[email protected]>
Reviewed-by: Denis Kuznetsov <[email protected]>
Reviewed-by: David Trainor <[email protected]>
Reviewed-by: James Cook <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1047365}
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index e500322..5e72dbd7 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -402,6 +402,7 @@
#include "chromeos/ash/components/network/network_metadata_store.h"
#include "chromeos/ash/components/network/proxy/proxy_config_handler.h"
#include "chromeos/ash/services/assistant/public/cpp/assistant_prefs.h"
+#include "chromeos/ash/services/auth_factor_config/auth_factor_config.h"
#include "chromeos/ash/services/bluetooth_config/bluetooth_power_controller_impl.h"
#include "chromeos/ash/services/bluetooth_config/device_name_manager_impl.h"
#include "chromeos/components/quick_answers/public/cpp/quick_answers_prefs.h"
@@ -1480,6 +1481,7 @@
ash::app_time::AppActivityRegistry::RegisterProfilePrefs(registry);
ash::app_time::AppTimeController::RegisterProfilePrefs(registry);
ash::assistant::prefs::RegisterProfilePrefs(registry);
+ ash::auth::AuthFactorConfig::RegisterPrefs(registry);
ash::bluetooth::DebugLogsManager::RegisterPrefs(registry);
ash::bluetooth_config::BluetoothPowerControllerImpl::RegisterProfilePrefs(
registry);