| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 244c5757ad4f06139da2e740e7df975f9d2e6e17..da3f6de6db16e93eebf2b671d1127e5caffe287b 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1337,6 +1337,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)
|
|
|