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

Unified Diff: components/search/search_switches.cc

Issue 393173002: Moves some functions in search.h to components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn Created 6 years, 5 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
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

Powered by Google App Engine
This is Rietveld 408576698