Index: chrome/browser/sessions/session_service_factory.h |
diff --git a/chrome/browser/sessions/session_service_factory.h b/chrome/browser/sessions/session_service_factory.h |
index 213d2b6a92be17f23caec52692cade034073032b..eb46e653132a97440cf9493b37a46a9fc97dd6bc 100644 |
--- a/chrome/browser/sessions/session_service_factory.h |
+++ b/chrome/browser/sessions/session_service_factory.h |
@@ -55,6 +55,8 @@ class SessionServiceFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const; |
+ virtual bool ServiceIsCreatedWithProfile(); |
+ virtual bool ServiceIsNULLWhileTesting(); |
}; |
#endif // CHROME_BROWSER_SESSIONS_SESSION_SERVICE_FACTORY_H_ |