Chromium Code Reviews| Index: chrome/browser/intents/web_intents_registry_factory.cc |
| =================================================================== |
| --- chrome/browser/intents/web_intents_registry_factory.cc (revision 154991) |
| +++ chrome/browser/intents/web_intents_registry_factory.cc (working copy) |
| @@ -41,6 +41,6 @@ |
| return registry; |
| } |
| -bool WebIntentsRegistryFactory::ServiceRedirectedInIncognito() { |
| +bool WebIntentsRegistryFactory::ServiceRedirectedInIncognito() const { |
| return false; |
| } |