Index: chrome/browser/sync/sync_ui_util.h |
=================================================================== |
--- chrome/browser/sync/sync_ui_util.h (revision 177205) |
+++ chrome/browser/sync/sync_ui_util.h (working copy) |
@@ -57,5 +57,9 @@ |
MessageType GetStatus(ProfileSyncService* service, const SigninManager& signin); |
+// Returns a string with the synchronization status. |
+string16 GetSyncMenuLabel(ProfileSyncService* service, |
+ const SigninManager& signin); |
+ |
} // namespace sync_ui_util |
#endif // CHROME_BROWSER_SYNC_SYNC_UI_UTIL_H_ |