| Index: chrome/browser/external_protocol/external_protocol_handler.cc
|
| diff --git a/chrome/browser/external_protocol/external_protocol_handler.cc b/chrome/browser/external_protocol/external_protocol_handler.cc
|
| index ef58d2cf122de0f3a3799b40e557fd043678b506..85c9237c98fdef07a8849531980c70b149c1a135 100644
|
| --- a/chrome/browser/external_protocol/external_protocol_handler.cc
|
| +++ b/chrome/browser/external_protocol/external_protocol_handler.cc
|
| @@ -293,7 +293,7 @@ void ExternalProtocolHandler::LaunchUrlWithoutSecurityCheck(const GURL& url) {
|
| }
|
|
|
| // static
|
| -void ExternalProtocolHandler::RegisterPrefs(PrefService* prefs) {
|
| +void ExternalProtocolHandler::RegisterPrefs(PrefServiceSimple* prefs) {
|
| prefs->RegisterDictionaryPref(prefs::kExcludedSchemes);
|
| }
|
|
|
|
|