| Index: components/prefs/pref_registry.cc
|
| diff --git a/components/prefs/pref_registry.cc b/components/prefs/pref_registry.cc
|
| index 63b5e6a823eb0ace7a7280aae3efb36bc3ece547..529fab6fbc2051022bb74b5c4096f66b061e6f32 100644
|
| --- a/components/prefs/pref_registry.cc
|
| +++ b/components/prefs/pref_registry.cc
|
| @@ -65,4 +65,8 @@ void PrefRegistry::RegisterPreference(const std::string& path,
|
| defaults_->SetDefaultValue(path, base::WrapUnique(default_value));
|
| if (flags != NO_REGISTRATION_FLAGS)
|
| registration_flags_[path] = flags;
|
| + LOG(ERROR) << "PrefRegistry::RegisterPreference path: " << path;
|
| + if (!path.compare("settings.display.properties")) {
|
| + LOG(ERROR) << path << "- matched defaults_->GetValue(path, NULL)" << defaults_->GetValue(path, NULL);
|
| + }
|
| }
|
|
|