| 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 80a12f4b29e83d672c9d58ffd82e93457dcbde5d..f4018ddc12765ccf57e598f8b9607e8fa8ab66a2 100644
|
| --- a/chrome/browser/sync/sync_ui_util.h
|
| +++ b/chrome/browser/sync/sync_ui_util.h
|
| @@ -37,11 +37,13 @@ enum MessageType {
|
|
|
| // Create status and link labels for the current status labels and link text
|
| // by querying |service|.
|
| +// |status_label| may contain an HTML-formatted link.
|
| MessageType GetStatusLabels(ProfileSyncService* service,
|
| string16* status_label,
|
| string16* link_label);
|
|
|
| // Same as above but for use specifically on the New Tab Page.
|
| +// |status_label| may contain an HTML-formatted link.
|
| MessageType GetStatusLabelsForNewTabPage(ProfileSyncService* service,
|
| string16* status_label,
|
| string16* link_label);
|
|
|