| 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 85c9237c98fdef07a8849531980c70b149c1a135..01eb6bf2822a84143d099c53b363d2fa7c463520 100644
|
| --- a/chrome/browser/external_protocol/external_protocol_handler.cc
|
| +++ b/chrome/browser/external_protocol/external_protocol_handler.cc
|
| @@ -14,6 +14,8 @@
|
| #include "build/build_config.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/platform_util.h"
|
| +#include "chrome/browser/prefs/pref_registrar_simple.h"
|
| +#include "chrome/browser/prefs/pref_registrar_simple.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/prefs/scoped_user_pref_update.h"
|
| #include "chrome/common/pref_names.h"
|
| @@ -293,7 +295,7 @@ void ExternalProtocolHandler::LaunchUrlWithoutSecurityCheck(const GURL& url) {
|
| }
|
|
|
| // static
|
| -void ExternalProtocolHandler::RegisterPrefs(PrefServiceSimple* prefs) {
|
| +void ExternalProtocolHandler::RegisterPrefs(PrefRegistrarSimple* prefs) {
|
| prefs->RegisterDictionaryPref(prefs::kExcludedSchemes);
|
| }
|
|
|
|
|