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

Unified Diff: components/sync_driver/device_info_service.cc

Issue 1648813002: [Sync] Renaming client key to client tag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « components/sync_driver/device_info_service.h ('k') | sync/api/data_batch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/device_info_service.cc
diff --git a/components/sync_driver/device_info_service.cc b/components/sync_driver/device_info_service.cc
index 1063babf378b6dc169e4c0bc38865781d039ffe3..db13a999b64c22e6aae40059b220f828813c5398 100644
--- a/components/sync_driver/device_info_service.cc
+++ b/components/sync_driver/device_info_service.cc
@@ -65,7 +65,7 @@ void DeviceInfoService::LoadMetadata(MetadataCallback callback) {
// TODO(skym): Implementation.
}
-void DeviceInfoService::GetData(ClientKeyList client_keys,
+void DeviceInfoService::GetData(ClientTagList client_tags,
DataCallback callback) {
// TODO(skym): Implementation.
}
« no previous file with comments | « components/sync_driver/device_info_service.h ('k') | sync/api/data_batch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698