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

Unified Diff: chrome/browser/browser_about_handler.cc

Issue 3436017: Remove unnecessary log spew from ProfileSyncService. (Closed)
Patch Set: const& Created 10 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_about_handler.cc
diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
index 3f9abc236edcbdff9bae2b216f91487ee0b5f8a5..8bc83f4e2267d939db7b255a6d084e557c6a6afc 100644
--- a/chrome/browser/browser_about_handler.cc
+++ b/chrome/browser/browser_about_handler.cc
@@ -719,6 +719,7 @@ std::string AboutSync() {
} else {
SyncManager::Status full_status(service->QueryDetailedSyncStatus());
+ strings.SetString("service_url", service->sync_service_url().spec());
strings.SetString("summary",
ProfileSyncService::BuildSyncStatusSummaryText(
full_status.summary));
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698