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

Unified Diff: components/metrics/metrics_switches.cc

Issue 866163002: Allow use of metrics url override outside of Chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/metrics/metrics_switches.h ('k') | components/metrics/mock_metrics_service_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_switches.cc
diff --git a/components/metrics/metrics_switches.cc b/components/metrics/metrics_switches.cc
index 1aef619d6a4a9a56e03cca597d058536f8289dd1..cbee351e883feea50031468f3c79804dd8032d2d 100644
--- a/components/metrics/metrics_switches.cc
+++ b/components/metrics/metrics_switches.cc
@@ -7,6 +7,9 @@
namespace metrics {
namespace switches {
+// Override the URL to which metrics logs are sent for debugging.
+const char kOverrideMetricsUploadUrl[] = "override-metrics-upload-url";
+
// Forces a reset of the one-time-randomized FieldTrials on this client, also
// known as the Chrome Variations state.
const char kResetVariationState[] = "reset-variation-state";
« no previous file with comments | « components/metrics/metrics_switches.h ('k') | components/metrics/mock_metrics_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698