| 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 68e086d40919d1fad966f59750d2156233ab4dd3..06200271ec7325590e59bb166a03648c3ec592ba 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,7 @@ 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(false);
|
| 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.";
|
|
|