diff options
Diffstat (limited to 'chrome/browser/profiles/profile_impl.h')
-rw-r--r-- | chrome/browser/profiles/profile_impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h index 8c4da34..7c405fc 100644 --- a/chrome/browser/profiles/profile_impl.h +++ b/chrome/browser/profiles/profile_impl.h @@ -160,6 +160,10 @@ class ProfileImpl : public Profile, void CreateWebDataService(); FilePath GetPrefFilePath(); +#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX) + LocalProfileId GetLocalProfileId(); +#endif + void CreatePasswordStore(); void StopCreateSessionServiceTimer(); |