Chromium Code Reviews| Index: components/signin/core/browser/account_tracker_service.h |
| diff --git a/components/signin/core/browser/account_tracker_service.h b/components/signin/core/browser/account_tracker_service.h |
| index 20249ddcb07c4dedfd110ac65548fc174a62d547..c09791277052aaefc5d0c6013dc360e603bf4756 100644 |
| --- a/components/signin/core/browser/account_tracker_service.h |
| +++ b/components/signin/core/browser/account_tracker_service.h |
| @@ -53,10 +53,11 @@ class AccountTrackerService : public KeyedService, |
| std::string given_name; |
| std::string hosted_domain; |
| std::string locale; |
| + std::string picture_url; |
| // TODO(rogerta): eventually this structure will include other information |
|
Mike Lerman
2015/04/20 13:25:23
Please update this TODO with the items that actual
anthonyvd
2015/04/29 15:15:08
Done.
|
| // about the account, like full name, profile picture URL, etc. |
| - bool IsValid(); |
| + bool IsValid() const; |
| }; |
| // Clients of AccountTrackerService can implement this interface and register |