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

Unified Diff: chrome/browser/sync/about_sync_util.cc

Issue 1155443009: [Sync] Rename SyncActive to IsSyncActive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More non-android cases. Created 5 years, 7 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/about_sync_util.cc
diff --git a/chrome/browser/sync/about_sync_util.cc b/chrome/browser/sync/about_sync_util.cc
index f78a8e87c28c80b02db6f671e47bf65972cb0821..51b83e5eb1949c5dcd8ac2d3f1857b3c342cc78b 100644
--- a/chrome/browser/sync/about_sync_util.cc
+++ b/chrome/browser/sync/about_sync_util.cc
@@ -324,7 +324,7 @@ scoped_ptr<base::DictionaryValue> ConstructAboutInformation(
syncer::SyncStatus full_status;
bool is_status_valid = service->QueryDetailedSyncStatus(&full_status);
- bool sync_active = service->SyncActive();
+ bool sync_active = service->IsSyncActive();
const syncer::sessions::SyncSessionSnapshot& snapshot =
service->GetLastSessionSnapshot();

Powered by Google App Engine
This is Rietveld 408576698