Index: chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc |
diff --git a/chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc b/chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc |
index 886b108b294a3112c395006c293d63e1ca635f2f..105ec8b70f5332472e9eb57855465ae21d8dfdd8 100644 |
--- a/chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc |
+++ b/chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc |
@@ -253,7 +253,8 @@ void ChromeInternalLogSource::PopulateLocalStateSettings( |
// Extract the "settings" entry in the local state and serialize back to |
// a string. |
std::unique_ptr<base::DictionaryValue> local_state = |
- g_browser_process->local_state()->GetPreferenceValuesOmitDefaults(); |
+ g_browser_process->local_state()->GetPreferenceValues( |
+ PrefService::EXCLUDE_DEFAULTS); |
const base::DictionaryValue* local_state_settings = nullptr; |
if (!local_state->GetDictionary(kSettingsKey, &local_state_settings)) { |
VLOG(1) << "Failed to extract the settings entry from Local State."; |