summaryrefslogtreecommitdiffstats
path: root/components/search/search_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/search/search_switches.cc')
-rw-r--r--components/search/search_switches.cc16
1 files changed, 16 insertions, 0 deletions
diff --git a/components/search/search_switches.cc b/components/search/search_switches.cc
new file mode 100644
index 0000000..9359725
--- /dev/null
+++ b/components/search/search_switches.cc
@@ -0,0 +1,16 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "components/search/search_switches.h"
+
+namespace switches {
+
+#if defined(OS_ANDROID)
+
+// Enables EmbeddedSearch API in the search results page.
+const char kEnableEmbeddedSearchAPI[] = "enable-embeddedsearch-api";
+
+#endif
+
+} // namespace switches