Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 87168e762ef67b662c748ec2ce9e56f6ccf2db8c..a566deb7cdb94226df0d263c2d8cde32cee38ac0 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1334,6 +1334,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) |