Skip to content

Commit

Permalink
Remove obsolete comment about ClientId (#1492)
Browse files Browse the repository at this point in the history
b/286066035

(cherry picked from commit 1940a7d)
  • Loading branch information
joeltine committed Sep 20, 2023
1 parent 4b858e8 commit dc4329d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cobalt/browser/metrics/cobalt_metrics_service_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ ukm::UkmService* CobaltMetricsServiceClient::GetUkmService() {

void CobaltMetricsServiceClient::SetMetricsClientId(
const std::string& client_id) {
// TODO(b/286066035): What to do with client id here?
// ClientId is unnecessary within Cobalt. We expect the web client responsible
// for uploading these to have its own concept of device/client identifiers.
}

// TODO(b/286884542): Audit all stub implementations in this class and reaffirm
Expand Down

0 comments on commit dc4329d

Please sign in to comment.