Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(675)

Unified Diff: chrome/browser/sync/sync_ui_util.h

Issue 7550023: [Sync] Add passphrase/encryption info to chrome://sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698