Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 83f6ca961afb6d562f4722c2fa8e3ba48b61aafd..6fb3fb4eec8af48530eebad9c04ec6e080cc3b61 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1340,6 +1340,9 @@ const char kEnableZeroSuggestPersonalized[] = |
// Enables instant search clicks feature. |
const char kEnableInstantSearchClicks[] = "enable-instant-search-clicks"; |
+// Enables EmbeddedSearch API in the search results page. |
+const char kEnableEmbeddedSearchAPI[] = "enable-embeddedsearch-api"; |
+ |
#endif |
#if defined(USE_ASH) |