| 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 dbe978290f50e9e69e4e78cdf0acb87aa980eef8..78a6cd8c17c5a9bed321b0fbc639ceec05af9977 100644
|
| --- a/chrome/browser/profiles/profile_attributes_entry.h
|
| +++ b/chrome/browser/profiles/profile_attributes_entry.h
|
| @@ -99,7 +99,6 @@ 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);
|
| @@ -122,7 +121,8 @@ 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);
|
|
|
| private:
|
| // These members are an implementation detail meant to smooth the migration
|
|
|