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

Unified Diff: chromecast/browser/metrics/BUILD.gn

Issue 1298473004: [Chromecast] Moves persistent UMA client ID handling to common code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: GN updates, initialize pointer to nullptr Created 5 years, 4 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: chromecast/browser/metrics/BUILD.gn
diff --git a/chromecast/browser/metrics/BUILD.gn b/chromecast/browser/metrics/BUILD.gn
index a07fbdfc5ee4c2708bc27d934c0aef41f82fddce..81233e8ca05c98f1eb918d1a59937cb11d5de7a3 100644
--- a/chromecast/browser/metrics/BUILD.gn
+++ b/chromecast/browser/metrics/BUILD.gn
@@ -10,7 +10,6 @@ source_set("metrics") {
"cast_metrics_service_client.h",
"cast_stability_metrics_provider.cc",
"cast_stability_metrics_provider.h",
- "platform_metrics_providers.h",
]
deps = [
@@ -35,7 +34,4 @@ source_set("metrics") {
deps += [ "//components/metrics:serialization" ]
}
-
- # TODO(kmackay) add source "platform_metrics_providers_simple.cc"
- # according to condition (chromecast_branding != "Chrome")
}
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | chromecast/browser/metrics/cast_metrics_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698