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

Unified Diff: chromecast/common/chromecast_switches.cc

Issue 506083003: Chromecast: command-line switch to override the UMA metric upload URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase (patch failure) Created 6 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
« no previous file with comments | « chromecast/common/chromecast_switches.h ('k') | chromecast/metrics/cast_metrics_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/chromecast_switches.cc
diff --git a/athena/common/switches.h b/chromecast/common/chromecast_switches.cc
similarity index 53%
copy from athena/common/switches.h
copy to chromecast/common/chromecast_switches.cc
index ce68164e8125168b1cacfec9d5a3c05d32bb5eba..90b524b4bb4ff086747118a672a61d3af6afbd83 100644
--- a/athena/common/switches.h
+++ b/chromecast/common/chromecast_switches.cc
@@ -2,15 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ATHENA_COMMON_SWITCHES_H_
-#define ATHENA_COMMON_SWITCHES_H_
+#include "chromecast/common/chromecast_switches.h"
-namespace athena {
namespace switches {
-bool IsDebugAcceleratorsEnabled();
+// Override the URL to which metrics logs are sent for debugging.
+const char kOverrideMetricsUploadUrl[] = "override-metrics-upload-url";
} // namespace switches
-} // namespace athena
-
-#endif // ATHENA_COMMON_SWITCHES_H_
« no previous file with comments | « chromecast/common/chromecast_switches.h ('k') | chromecast/metrics/cast_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698