Index: components/search/search_switches.cc |
diff --git a/ui/display/display_switches.cc b/components/search/search_switches.cc |
similarity index 52% |
copy from ui/display/display_switches.cc |
copy to components/search/search_switches.cc |
index 7d32b5b6b99afa47980be4901f59c6de243d792f..93597252c3181051d7e4891ac74e6af92c00d3af 100644 |
--- a/ui/display/display_switches.cc |
+++ b/components/search/search_switches.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ui/display/display_switches.h" |
+#include "components/search/search_switches.h" |
-namespace ui { |
namespace switches { |
-#if defined(OS_CHROMEOS) |
-const char kDisableDisplayColorCalibration[] = |
- "disable-display-color-calibration"; |
+#if defined(OS_ANDROID) |
+ |
+// Enables EmbeddedSearch API in the search results page. |
+const char kEnableEmbeddedSearchAPI[] = "enable-embeddedsearch-api"; |
+ |
#endif |
} // namespace switches |
-} // namespace ui |