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

Unified Diff: components/sync/driver/fake_sync_service.cc

Issue 2374913002: [USS] Show USS counters in about:sync page (Closed)
Patch Set: For IOS Created 4 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
Index: components/sync/driver/fake_sync_service.cc
diff --git a/components/sync/driver/fake_sync_service.cc b/components/sync/driver/fake_sync_service.cc
index 2580412f4c7cf6bcb5aeb7e91ee8dd9d305e2ba2..be09328723e20cbec52c1f0b174df71f4410b089 100644
--- a/components/sync/driver/fake_sync_service.cc
+++ b/components/sync/driver/fake_sync_service.cc
@@ -177,7 +177,7 @@ syncer::SyncCycleSnapshot FakeSyncService::GetLastCycleSnapshot() const {
return syncer::SyncCycleSnapshot();
}
-base::Value* FakeSyncService::GetTypeStatusMap() const {
+base::Value* FakeSyncService::GetTypeStatusMap() {
return new base::ListValue();
}

Powered by Google App Engine
This is Rietveld 408576698