| Index: chrome/browser/profiles/profile_keyed_service_factory.cc
|
| diff --git a/chrome/browser/profiles/profile_keyed_service_factory.cc b/chrome/browser/profiles/profile_keyed_service_factory.cc
|
| index e13fbf5b7919bbee37c73a86810c4c8727690b61..7ded5bf3e0ba41c9eedede9e4c0e5309966a935d 100644
|
| --- a/chrome/browser/profiles/profile_keyed_service_factory.cc
|
| +++ b/chrome/browser/profiles/profile_keyed_service_factory.cc
|
| @@ -107,6 +107,14 @@ bool ProfileKeyedServiceFactory::ServiceHasOwnInstanceInIncognito() {
|
| return false;
|
| }
|
|
|
| +bool ProfileKeyedServiceFactory::ServiceIsCreatedWithProfile() {
|
| + return false;
|
| +}
|
| +
|
| +bool ProfileKeyedServiceFactory::ServiceIsNULLWhileTesting() {
|
| + return false;
|
| +}
|
| +
|
| void ProfileKeyedServiceFactory::ProfileShutdown(Profile* profile) {
|
| std::map<Profile*, ProfileKeyedService*>::iterator it =
|
| mapping_.find(profile);
|
|
|