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

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: Fix a bug that causes unit tests without debug code to fail. Created 4 years, 8 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..dbe978290f50e9e69e4e78cdf0acb87aa980eef8 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,7 @@ 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
« no previous file with comments | « chrome/browser/profiles/gaia_info_update_service_unittest.cc ('k') | chrome/browser/profiles/profile_attributes_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698