| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index c87f3692cdbb34def290ae1251e014d30f289e66..5dc721b6508f61918cfdf47d16aa0691ade01907 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -178,6 +178,7 @@ void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| #endif
|
|
|
| registry->RegisterDictionaryPref(prefs::kWebShareVisitedTargets);
|
| + registry->RegisterDictionaryPref(prefs::kExcludedSchemes);
|
| }
|
|
|
| std::string Profile::GetDebugName() {
|
|
|