Chromium Code Reviews| Index: chrome/browser/profiles/profile.cc |
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
| index c8f14b2eb5917e9edbe9670540c927207e106e72..438639bed5f9ca2c261befc036c9e6cd6d9c9334 100644 |
| --- a/chrome/browser/profiles/profile.cc |
| +++ b/chrome/browser/profiles/profile.cc |
| @@ -176,6 +176,10 @@ void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
| #if defined(OS_CHROMEOS) |
| registry->RegisterBooleanPref(prefs::kAllowScreenLock, true); |
| #endif |
| + |
| +#if defined(OS_WIN) || defined(OS_LINUX) |
|
Matt Giuca
2017/01/23 03:00:57
I don't think this OS check is appropriate. If we
constantina
2017/01/24 02:03:42
Done.
|
| + registry->RegisterDictionaryPref(prefs::kWebShareVisitedTargets); |
| +#endif |
| } |
| std::string Profile::GetDebugName() { |