Index: chrome/browser/intents/cws_intents_registry_factory.cc |
=================================================================== |
--- chrome/browser/intents/cws_intents_registry_factory.cc (revision 154991) |
+++ chrome/browser/intents/cws_intents_registry_factory.cc (working copy) |
@@ -34,7 +34,7 @@ |
return registry; |
} |
-bool CWSIntentsRegistryFactory::ServiceRedirectedInIncognito() { |
+bool CWSIntentsRegistryFactory::ServiceRedirectedInIncognito() const { |
// TODO(groby): Do we have CWS access in incognito? |
return false; |
} |