| Index: chrome/browser/custom_handlers/protocol_handler_registry.h
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.h b/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| index 79e44aa97c89246af61d571dadf19ff3d5feb0b1..fd9e3852b97bd090d22d571feea46f1842327f8d 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| @@ -235,7 +235,7 @@ class ProtocolHandlerRegistry : public BrowserContextKeyedService {
|
| virtual void Shutdown() OVERRIDE;
|
|
|
| // Registers the preferences that we store registered protocol handlers in.
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| bool enabled() const { return enabled_; }
|
|
|
|
|