Chromium Code Reviews| Index: chrome/browser/chromeos/profiles/profile_helper.h |
| diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h |
| index e31cadd2977e355f09c762b15550992c72e81c98..7c97f1ebc63ca7dacd253786b3cdf687604b1939 100644 |
| --- a/chrome/browser/chromeos/profiles/profile_helper.h |
| +++ b/chrome/browser/chromeos/profiles/profile_helper.h |
| @@ -62,6 +62,8 @@ class ProfileHelper : public BrowsingDataRemover::Observer, |
| // signin Profile. |
| static bool IsSigninProfile(Profile* profile); |
| + static bool IsProfileOwner(Profile* profile); |
|
Nikita (slow)
2014/01/22 14:45:29
nit: IsOwnerProfile seems to fit pattern better.
ygorshenin1
2014/01/27 09:13:14
Done.
|
| + |
| // Initialize a bunch of services that are tied to a browser profile. |
| // TODO(dzhioev): Investigate whether or not this method is needed. |
| void ProfileStartup(Profile* profile, bool process_startup); |