| 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 469bc8f973b27f028d02ec6136fd1daf619e0e81..881b51923637b0d44dee7912b6c51b2f6c7d07b7 100644
|
| --- a/chrome/browser/sync/sync_ui_util.h
|
| +++ b/chrome/browser/sync/sync_ui_util.h
|
| @@ -49,10 +49,12 @@ MessageType GetStatusLabelsForNewTabPage(ProfileSyncService* service,
|
| string16* link_label);
|
|
|
| // Gets various labels for the sync global error based on the sync error state.
|
| -MessageType GetStatusLabelsForSyncGlobalError(ProfileSyncService* service,
|
| - string16* menu_item_label,
|
| - string16* bubble_message,
|
| - string16* bubble_accept_label);
|
| +// |menu_item_label|, |bubble_message|, and |bubble_accept_label| must not be
|
| +// NULL.
|
| +void GetStatusLabelsForSyncGlobalError(ProfileSyncService* service,
|
| + string16* menu_item_label,
|
| + string16* bubble_message,
|
| + string16* bubble_accept_label);
|
|
|
| MessageType GetStatus(ProfileSyncService* service);
|
|
|
|
|