Index: chromecast/common/chromecast_switches.h |
diff --git a/components/search/search_switches.h b/chromecast/common/chromecast_switches.h |
similarity index 53% |
copy from components/search/search_switches.h |
copy to chromecast/common/chromecast_switches.h |
index 48b50c142af3b9c645eed596ecfaa820c08c48bb..73b8a67eb631007f574ff754b63ea1eee27d851b 100644 |
--- a/components/search/search_switches.h |
+++ b/chromecast/common/chromecast_switches.h |
@@ -2,17 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_SEARCH_SEARCH_SWITCHES_H_ |
-#define COMPONENTS_SEARCH_SEARCH_SWITCHES_H_ |
+#ifndef CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_ |
+#define CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_ |
#include "build/build_config.h" |
namespace switches { |
-#if defined(OS_ANDROID) |
-extern const char kEnableEmbeddedSearchAPI[]; |
-#endif |
+// Metrics switches |
+extern const char kOverrideMetricsUploadUrl[]; |
} // namespace switches |
-#endif // COMPONENTS_SEARCH_SEARCH_SWITCHES_H_ |
+#endif // CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_ |