Chromium Code Reviews| Index: chrome/browser/sync/sync_ui_util.h |
| diff --git a/chrome/browser/sync/sync_ui_util.h b/chrome/browser/sync/sync_ui_util.h |
| index 98ab453f530148bc78d46db7dd3fd229614fc07a..e5e00a4ffba7f4f6582c04863528377f03307b38 100644 |
| --- a/chrome/browser/sync/sync_ui_util.h |
| +++ b/chrome/browser/sync/sync_ui_util.h |
| @@ -56,6 +56,10 @@ MessageType GetStatusLabels(Profile* profile, |
| base::string16* status_label, |
| base::string16* link_label); |
| +// Returns the username of the authenticated user or an empty string if there is |
| +// no authenticated user. |
| +base::string16 GetAuthenticatedUsername(const SigninManagerBase* signin); |
|
maxbogue
2016/10/05 15:56:23
This function no longer has anything to do with sy
Moe
2016/10/05 18:52:45
Done.
|
| + |
| // Same as above but for use specifically on the New Tab Page. |
| // |status_label| may contain an HTML-formatted link. |
| MessageType GetStatusLabelsForNewTabPage( |