Index: chrome/browser/prefs/browser_prefs.cc |
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc |
index 8b4cdb0ae25ec61f2a09b3e5921d6d8c222dfdac..3cd7a2fff224c47cee5aa2071e0c3853f0c51493 100644 |
--- a/chrome/browser/prefs/browser_prefs.cc |
+++ b/chrome/browser/prefs/browser_prefs.cc |
@@ -66,6 +66,7 @@ |
#include "chrome/browser/ui/navigation_correction_tab_observer.h" |
#include "chrome/browser/ui/network_profile_bubble.h" |
#include "chrome/browser/ui/passwords/password_bubble_experiment.h" |
+#include "chrome/browser/ui/passwords/password_manager_url_collection_experiment.h" |
#include "chrome/browser/ui/prefs/prefs_tab_helper.h" |
#include "chrome/browser/ui/search_engines/keyword_editor_controller.h" |
#include "chrome/browser/ui/startup/autolaunch_prompt.h" |
@@ -408,6 +409,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
MediaStreamDevicesController::RegisterProfilePrefs(registry); |
NetPrefObserver::RegisterProfilePrefs(registry); |
password_manager::PasswordManager::RegisterProfilePrefs(registry); |
+ password_manager::urls_collection_experiment::RegisterPrefs(registry); |
password_bubble_experiment::RegisterPrefs(registry); |
PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry); |
PrefsTabHelper::RegisterProfilePrefs(registry); |