| 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_
|
|
|