Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 7e58befa635986dbc5b42a85f2275f5fe5e262a0..5e2893153edffa2be8195665091c39632da6d995 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -75,6 +75,7 @@ |
#include "chrome/browser/ssl/chrome_ssl_host_state_delegate.h" |
#include "chrome/browser/ssl/chrome_ssl_host_state_delegate_factory.h" |
#include "chrome/browser/ui/startup/startup_browser_creator.h" |
+#include "chrome/browser/ui/webui/prefs_internals_source.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_features.h" |
#include "chrome/common/chrome_paths.h" |
@@ -692,6 +693,8 @@ void ProfileImpl::DoFinalInit() { |
#if !defined(OS_ANDROID) && !defined(OS_CHROMEOS) |
signin_ui_util::InitializePrefsForProfile(this); |
#endif |
+ |
+ content::URLDataSource::Add(this, new PrefsInternalsSource(this)); |
} |
base::FilePath ProfileImpl::last_selected_directory() { |