summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers/protocol_handler_registry_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/custom_handlers/protocol_handler_registry_factory.h')
-rw-r--r--chrome/browser/custom_handlers/protocol_handler_registry_factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_factory.h b/chrome/browser/custom_handlers/protocol_handler_registry_factory.h
index 343303f..c708217 100644
--- a/chrome/browser/custom_handlers/protocol_handler_registry_factory.h
+++ b/chrome/browser/custom_handlers/protocol_handler_registry_factory.h
@@ -27,9 +27,9 @@ class ProtocolHandlerRegistryFactory : public ProfileKeyedServiceFactory {
protected:
// ProfileKeyedServiceFactory implementation.
- virtual bool ServiceIsCreatedWithProfile() OVERRIDE;
- virtual bool ServiceRedirectedInIncognito() OVERRIDE;
- virtual bool ServiceIsNULLWhileTesting() OVERRIDE;
+ virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
+ virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
private:
friend struct DefaultSingletonTraits<ProtocolHandlerRegistryFactory>;