| 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..58040a7fa5e5c5e6feaae23f0e6d3801f35136a4 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -90,6 +90,7 @@
|
| #include "components/google/core/browser/google_url_tracker.h"
|
| #include "components/network_time/network_time_tracker.h"
|
| #include "components/password_manager/core/browser/password_manager.h"
|
| +#include "components/password_manager/core/browser/password_manager_url_collection_experiment.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| #include "components/rappor/rappor_service.h"
|
| #include "components/search_engines/template_url_prepopulate_data.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);
|
|
|