| Index: chrome/browser/extensions/api/discovery/suggested_links_registry_factory.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/discovery/suggested_links_registry_factory.cc (revision 154876)
|
| +++ chrome/browser/extensions/api/discovery/suggested_links_registry_factory.cc (working copy)
|
| @@ -22,7 +22,7 @@
|
| return Singleton<SuggestedLinksRegistryFactory>::get();
|
| }
|
|
|
| -bool SuggestedLinksRegistryFactory::ServiceIsCreatedWithProfile() {
|
| +bool SuggestedLinksRegistryFactory::ServiceIsCreatedWithProfile() const {
|
| return true;
|
| }
|
|
|
| @@ -40,7 +40,7 @@
|
| return new SuggestedLinksRegistry();
|
| }
|
|
|
| -bool SuggestedLinksRegistryFactory::ServiceRedirectedInIncognito() {
|
| +bool SuggestedLinksRegistryFactory::ServiceRedirectedInIncognito() const {
|
| return true;
|
| }
|
|
|
|
|