| Index: chrome/browser/profiles/profile_attributes_entry.h
|
| diff --git a/chrome/browser/profiles/profile_attributes_entry.h b/chrome/browser/profiles/profile_attributes_entry.h
|
| index 78a6cd8c17c5a9bed321b0fbc639ceec05af9977..9213e6ce9dcf5b877d782d52ca82a56b68879b18 100644
|
| --- a/chrome/browser/profiles/profile_attributes_entry.h
|
| +++ b/chrome/browser/profiles/profile_attributes_entry.h
|
| @@ -99,6 +99,7 @@ class ProfileAttributesEntry {
|
|
|
| void SetName(const base::string16& name);
|
| void SetShortcutName(const base::string16& name);
|
| + void SetActiveTimeToNow();
|
| void SetIsOmitted(bool is_omitted);
|
| void SetSupervisedUserId(const std::string& id);
|
| void SetLocalAuthCredentials(const std::string& auth);
|
| @@ -121,8 +122,10 @@ class ProfileAttributesEntry {
|
| void SetStatsBookmarks(int value);
|
| void SetStatsSettings(int value);
|
|
|
| - void SetAuthInfo(const std::string& gaia_id,
|
| - const base::string16& user_name);
|
| + void SetAuthInfo(const std::string& gaia_id, const base::string16& user_name);
|
| +
|
| + void SaveAvatarImage(const gfx::Image* image, const std::string& key,
|
| + const base::FilePath& image_path);
|
|
|
| private:
|
| // These members are an implementation detail meant to smooth the migration
|
|
|