| 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 136450c7b25f03c0fc3251b7901754191552b91d..80a12f4b29e83d672c9d58ffd82e93457dcbde5d 100644
|
| --- a/chrome/browser/sync/sync_ui_util.h
|
| +++ b/chrome/browser/sync/sync_ui_util.h
|
| @@ -72,5 +72,8 @@ void ConstructAboutInformation(ProfileSyncService* service,
|
| void AddIntSyncDetail(base::ListValue* details,
|
| const std::string& stat_name,
|
| int64 stat_value);
|
| +
|
| +void AddStringSyncDetails(ListValue* details, const std::string& stat_name,
|
| + const std::string& stat_value);
|
| } // namespace sync_ui_util
|
| #endif // CHROME_BROWSER_SYNC_SYNC_UI_UTIL_H_
|
|
|