Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1704)

Unified Diff: chrome/browser/profiles/profile_attributes_entry.h

Issue 1794353003: Refactor ProfileInfoCache in c/b/profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698