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

Unified Diff: chromecast/common/chromecast_switches.h

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/chromecast.gyp ('k') | chromecast/common/chromecast_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/common/chromecast_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698