Chromium Code Reviews| Index: chrome/browser/policy/user_policy_signin_service_factory.cc |
| =================================================================== |
| --- chrome/browser/policy/user_policy_signin_service_factory.cc (revision 154991) |
| +++ chrome/browser/policy/user_policy_signin_service_factory.cc (working copy) |
| @@ -41,7 +41,7 @@ |
| profile->GetUserCloudPolicyManager()); |
| } |
| -bool UserPolicySigninServiceFactory::ServiceIsCreatedWithProfile() { |
| +bool UserPolicySigninServiceFactory::ServiceIsCreatedWithProfile() const { |
| // Create this object when the profile is created so it can track any |
| // user signin activity. |
| return true; |