| Index: chrome/browser/external_protocol_handler.cc
|
| diff --git a/chrome/browser/external_protocol_handler.cc b/chrome/browser/external_protocol_handler.cc
|
| index 24b59840a622a892455e091342ae53b7c48cc9b7..58d852c1c5bdd59193030db14dbc0c8d8481de3f 100644
|
| --- a/chrome/browser/external_protocol_handler.cc
|
| +++ b/chrome/browser/external_protocol_handler.cc
|
| @@ -173,7 +173,8 @@ void ExternalProtocolHandler::LaunchUrlWithoutSecurityCheck(const GURL& url) {
|
|
|
| // static
|
| void ExternalProtocolHandler::RegisterPrefs(PrefService* prefs) {
|
| - prefs->RegisterDictionaryPref(prefs::kExcludedSchemes);
|
| + prefs->RegisterDictionaryPref(prefs::kExcludedSchemes,
|
| + false /* don't sync pref */);
|
| }
|
|
|
| // static
|
|
|